将数据帧的标头保存到Pandas中的CSV文件中

时间:2018-07-19 12:57:34

标签: pandas export-to-csv

我在熊猫中有一个数据框

Name    Age    Gender
Emily   10     female
Rob     12     male

我想从此数据框中保存一个csv文件,使其看起来像这样

Index     ColumnName
0         Name
1         Age
2         Gender

我在网上找不到任何可以告诉我该怎么做的东西。

1 个答案:

答案 0 :(得分:3)

handleFilter(e,filteredRecordCount){
   console.log("filteredRecordCount");
}