Напишите конкретные столбцы в CSV Pandas
df[['col1', 'col3']].to_csv('some_file.csv')
Nutty Newt
df[['col1', 'col3']].to_csv('some_file.csv')