|
1
0
下面的行应该重置索引并获得正确的列顺序。 df=df.reset_index() 参考- https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.reset_index.html |
![]() |
2
0
如果要将完整的文件作为表加载。使用seperator将其读取为csv应该会有所帮助
|