Remove first column in all CSV files in a folder using Pandas

后端 未结 0 1085
温柔的废话
温柔的废话 2021-01-30 02:10

I am trying to remove the first columns in all csv.

Currently I am using something like this -

c = glob.glob("*.csv")
csv_files = glob.glob (r\'C         


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