ignore first colume when to_csv pandas code example Example: pandas read_csv ignore first column pd.read_csv('path/to/file.csv',index_col=0)