v1.0.25
Version 1.0.25, Apr 2021
- Improve null handling in pandas dataframes, by inferring datatype using pandas' infer_dtype function.
- nans in bool columns get converted to "NaN", so the column keeps True and False values in Categorize, not "1" and "0".
- columns of type object get converted to strings using to_string(), of type string uses only_str().