Skip to content

Version 2.2.3

Compare
Choose a tag to compare
@FavioVazquez FavioVazquez released this 26 Mar 03:44
· 1 commit to master since this release
7ac459f

See #516.

Big Fixes:

  • Fix to handle columns names with point character correctly
  • Fix boxplot color
  • Improve docstring and param data cheking
  • Improve internal correlation structure
  • Fix on count_na datatypes handling
  • Bug fix. Columns was not returned in the correct order
  • Organize and improve css handling for the templates

Enhancement:

  • Added load excel file support
  • Added nunique
  • Impute now can handle categorical and continuous data
  • Docstring improvement
  • Now fill_na can handle multiple columns datatypes
  • Now outliers can be removed or selected
  • Improvements replace function, Added replace_regex()
  • Correlation now accepts vectors columns or multiple columns
  • Erase unnecessary reqs
  • Add google colab to the readme and some notebooks instructions

API Changes:

  • Enricher init move to the enricher method