diff --git a/adviz/__init__.py b/adviz/__init__.py index 930a32b..17a4eb2 100644 --- a/adviz/__init__.py +++ b/adviz/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.0.20" +__version__ = "0.0.21" from .value_counts_plus import value_counts_plus from .value_counts import value_counts diff --git a/adviz/ecdf.py b/adviz/ecdf.py index e892dc1..48cd11b 100644 --- a/adviz/ecdf.py +++ b/adviz/ecdf.py @@ -20,7 +20,7 @@ def ecdf( Create an empirical cumulative distribution chart, a thin wrapper around px.ecdf. Parameters - ----------- + ---------- df : pandas.DataFrame A DataFrame from which you want to visualize one of the columns' distribution. x : str diff --git a/settings.ini b/settings.ini index d3862fd..1be8e52 100644 --- a/settings.ini +++ b/settings.ini @@ -1,7 +1,7 @@ [DEFAULT] repo = adviz lib_name = adviz -version = 0.0.20 +version = 0.0.21 min_python = 3.7 license = apache2 black_formatting = False