Extratc few columns from one csv and insert into another

前端 未结 0 664
无人共我
无人共我 2021-02-06 08:53

I need that extract only first 3 column from one csv, and insert into another (empty) csv file

for extracting I do:

import pandas as pd

df = pd.read_csv(c         


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