使用pandas里面的to_csv方法就可以了. import pandas as pd. dataframe.to_csv("filename"+".csv"). 如果读取的话,用read_csv.
確定! 回上一頁