(三)pandas基本使用——讀取和保存csv文件

一、是否保留列名 header: Whether to write out the column names (default True) df.to_csv(‘path/Result.csv’,header=0) #不保存列名web 二、是否保留行索引 index: whether to write row (index) names (default True) df.to_csv(‘path
相關文章
相關標籤/搜索