Import pandas dataframe column as string not int
I would like to import the following csv as strings not as int64. Pandas read_csv automatically converts it to int64, but I need this column as string.
I would like to import the following csv as strings not as int64. Pandas read_csv automatically converts it to int64, but I need this column as string.