Dealing with columns with datatype object
I read in a stored numpy array with dtype object in polars.
I want to change colomn dtype from object to float in the polars dataframe.
Minimal example:
I read in a stored numpy array with dtype object in polars.
I want to change colomn dtype from object to float in the polars dataframe.
Minimal example: