pandas fight
Struggling with pandas.
February 24, 2024 · 1 min read · tech, machine-learning
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 · 1 min read · tech, machine-learning
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.