pandas-plots 0.12.26__tar.gz → 0.12.28__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pandas_plots-0.12.26/src/pandas_plots.egg-info → pandas_plots-0.12.28}/PKG-INFO +1 -1
- {pandas_plots-0.12.26 → pandas_plots-0.12.28}/setup.cfg +1 -1
- {pandas_plots-0.12.26 → pandas_plots-0.12.28}/src/pandas_plots/pls.py +2 -1
- {pandas_plots-0.12.26 → pandas_plots-0.12.28}/src/pandas_plots/tbl.py +1 -1
- {pandas_plots-0.12.26 → pandas_plots-0.12.28/src/pandas_plots.egg-info}/PKG-INFO +1 -1
- {pandas_plots-0.12.26 → pandas_plots-0.12.28}/LICENSE +0 -0
- {pandas_plots-0.12.26 → pandas_plots-0.12.28}/README.md +0 -0
- {pandas_plots-0.12.26 → pandas_plots-0.12.28}/pyproject.toml +0 -0
- {pandas_plots-0.12.26 → pandas_plots-0.12.28}/src/pandas_plots/hlp.py +0 -0
- {pandas_plots-0.12.26 → pandas_plots-0.12.28}/src/pandas_plots/ven.py +0 -0
- {pandas_plots-0.12.26 → pandas_plots-0.12.28}/src/pandas_plots.egg-info/SOURCES.txt +0 -0
- {pandas_plots-0.12.26 → pandas_plots-0.12.28}/src/pandas_plots.egg-info/dependency_links.txt +0 -0
- {pandas_plots-0.12.26 → pandas_plots-0.12.28}/src/pandas_plots.egg-info/pii.py +0 -0
- {pandas_plots-0.12.26 → pandas_plots-0.12.28}/src/pandas_plots.egg-info/requires.txt +0 -0
- {pandas_plots-0.12.26 → pandas_plots-0.12.28}/src/pandas_plots.egg-info/top_level.txt +0 -0
@@ -1268,7 +1268,8 @@ def plot_boxes(
|
|
1268
1268
|
|
1269
1269
|
fig.show("png")
|
1270
1270
|
if summary:
|
1271
|
-
|
1271
|
+
# * sort df by first column
|
1272
|
+
print_summary(df=df.sort_values(df.columns[0]), precision=precision)
|
1272
1273
|
|
1273
1274
|
# * save to png if path is provided
|
1274
1275
|
if png_path is not None:
|
@@ -768,7 +768,7 @@ def print_summary(df: pd.DataFrame | pd.Series, show: bool = True, name: str=" "
|
|
768
768
|
iqr_value = stats.iqr(ser)
|
769
769
|
|
770
770
|
# * drop NA to keep scipy sane
|
771
|
-
|
771
|
+
ser.dropna(inplace=True)
|
772
772
|
|
773
773
|
# Using the iqr function, we still calculate the bounds manually
|
774
774
|
q1 = round(stats.scoreatpercentile(ser, 25), precision)
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pandas_plots-0.12.26 → pandas_plots-0.12.28}/src/pandas_plots.egg-info/dependency_links.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|