splitting CSV file by columns

后端 未结 4 671
小鲜肉
小鲜肉 2020-12-20 05:34

I have a really huge CSV files. There are about 1700 columns and 40000 rows like below:

x,y,z,x1,x2,x3,x4,x5,x6,x7,x8,x9,...(about 1700 more)...,x1700
0,0,0,         


        
4条回答
  •  醉梦人生
    2020-12-20 06:03

    You can open the file in Microsoft Excel, delete the extra columns, save as csv for file #1. Repeat the same procedure for the other 2 tables.

提交回复
热议问题