表示寫入csv檔案,如果不加上引數newline='' 表示以空格作為換行符,而是用with open(birth_weight_file, "w") as f: 語句。則生成的表格中會出現空行 ...
確定! 回上一頁