Question

In Pandas / Python, how force type of empty cells to string instead of float while reading .csv file with read_csv?


Annonce
Ad

Answer

pd.read_csv('filename.csv', keep_default_na=False)


[source]
# ID Query