pandas-plots 0.12.26__py3-none-any.whl → 0.12.27__py3-none-any.whl
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/pls.py +2 -1
- {pandas_plots-0.12.26.dist-info → pandas_plots-0.12.27.dist-info}/METADATA +1 -1
- pandas_plots-0.12.27.dist-info/RECORD +10 -0
- pandas_plots-0.12.26.dist-info/RECORD +0 -10
- {pandas_plots-0.12.26.dist-info → pandas_plots-0.12.27.dist-info}/WHEEL +0 -0
- {pandas_plots-0.12.26.dist-info → pandas_plots-0.12.27.dist-info}/licenses/LICENSE +0 -0
- {pandas_plots-0.12.26.dist-info → pandas_plots-0.12.27.dist-info}/pii.py +0 -0
- {pandas_plots-0.12.26.dist-info → pandas_plots-0.12.27.dist-info}/top_level.txt +0 -0
pandas_plots/pls.py
CHANGED
@@ -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:
|
@@ -0,0 +1,10 @@
|
|
1
|
+
pandas_plots/hlp.py,sha256=z8rrVNbH9qMohdXPT-FksP-VkTOjI0bGFj47Sw5p3aY,21141
|
2
|
+
pandas_plots/pls.py,sha256=M-UrYcgQHWUeiuqjrq2TNJHca5cHfvS5pEp66Qu2Nrs,48886
|
3
|
+
pandas_plots/tbl.py,sha256=RJWBHeKGTAhGpVCY57TsS_dYR-FpInP-TOsKW_tU4V4,32556
|
4
|
+
pandas_plots/ven.py,sha256=2x3ACo2vSfO3q6fv-UdDQ0h1SJyt8WChBGgE5SDCdCk,11673
|
5
|
+
pandas_plots-0.12.27.dist-info/licenses/LICENSE,sha256=ltLbQWUCs-GBQlTPXbt5nHNBE9U5LzjjoS1Y8hHETM4,1051
|
6
|
+
pandas_plots-0.12.27.dist-info/METADATA,sha256=hTgsrlCYJZXoGl68vMJm2_fRHO15aYJozX1bg5UtBWg,7431
|
7
|
+
pandas_plots-0.12.27.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
8
|
+
pandas_plots-0.12.27.dist-info/pii.py,sha256=2WKE-W9s285jPdsTqCgt1uxuW4lj1PYCVOYB2fYDNwQ,2195
|
9
|
+
pandas_plots-0.12.27.dist-info/top_level.txt,sha256=XnaNuIHBqMmCeh_U7nKOYTwFue_SIA0wxuDgdPmnnSk,13
|
10
|
+
pandas_plots-0.12.27.dist-info/RECORD,,
|
@@ -1,10 +0,0 @@
|
|
1
|
-
pandas_plots/hlp.py,sha256=z8rrVNbH9qMohdXPT-FksP-VkTOjI0bGFj47Sw5p3aY,21141
|
2
|
-
pandas_plots/pls.py,sha256=wFRQurKtG1GrZK8Z7eHfi7OwrbfM9Xitk_7PolWc_Dk,48823
|
3
|
-
pandas_plots/tbl.py,sha256=RJWBHeKGTAhGpVCY57TsS_dYR-FpInP-TOsKW_tU4V4,32556
|
4
|
-
pandas_plots/ven.py,sha256=2x3ACo2vSfO3q6fv-UdDQ0h1SJyt8WChBGgE5SDCdCk,11673
|
5
|
-
pandas_plots-0.12.26.dist-info/licenses/LICENSE,sha256=ltLbQWUCs-GBQlTPXbt5nHNBE9U5LzjjoS1Y8hHETM4,1051
|
6
|
-
pandas_plots-0.12.26.dist-info/METADATA,sha256=GD2hSPNemqOdnXr96lGvAr3LZQCpm0pjKgv78yd3IKk,7431
|
7
|
-
pandas_plots-0.12.26.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
8
|
-
pandas_plots-0.12.26.dist-info/pii.py,sha256=2WKE-W9s285jPdsTqCgt1uxuW4lj1PYCVOYB2fYDNwQ,2195
|
9
|
-
pandas_plots-0.12.26.dist-info/top_level.txt,sha256=XnaNuIHBqMmCeh_U7nKOYTwFue_SIA0wxuDgdPmnnSk,13
|
10
|
-
pandas_plots-0.12.26.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|