Pandas fight
Struggling with pandas.
February 24,2024
last update: 2024-11-19
When a column has NaN it is shown as float value in a column.
need to use .fillna("")
to replace the Nan
with empty string.
Struggling with pandas.
February 24,2024
last update: 2024-11-19
When a column has NaN it is shown as float value in a column.
need to use .fillna("")
to replace the Nan
with empty string.