Skip to content

v1.0.25

Compare
Choose a tag to compare
@mbaak mbaak released this 05 Apr 08:18
· 73 commits to master since this release
75eeaf2

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().