pandas的to_csv()使用方法

1.首先查詢當前的工做路徑:orm import os os.getcwd() #獲取當前工做路徑 2.to_csv()是DataFrame類的方法,read_csv()是pandas的方法 dt.to_csv() #默認dt是DataFrame的一個實例,參數解釋以下索引 路徑 path_or_buf: A string path to the file to write or a String
相關文章
相關標籤/搜索