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