Pandas read_csv converting float to object
I’m trying to read a csv file which has ‘NA’ value as data. When I use ‘keep_default_na = false’ option to keep NA values it’s impacting other columns with empty rows.
I’m trying to read a csv file which has ‘NA’ value as data. When I use ‘keep_default_na = false’ option to keep NA values it’s impacting other columns with empty rows.