Pandas read csv and automatically name column with it's index instead of the first row in file

后端 未结 0 532
太阳男子
太阳男子 2020-12-06 17:11

I am reading a csv file using pandas:

import pandas as pd
df = pd.read_csv(\'out7ForBlockAnalysis.txt\',sep=" &quo         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题