pandas-plots 0.8.11__py3-none-any.whl → 0.8.12__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/tbl.py +1 -1
- {pandas_plots-0.8.11.dist-info → pandas_plots-0.8.12.dist-info}/METADATA +1 -1
- {pandas_plots-0.8.11.dist-info → pandas_plots-0.8.12.dist-info}/RECORD +6 -6
- {pandas_plots-0.8.11.dist-info → pandas_plots-0.8.12.dist-info}/LICENSE +0 -0
- {pandas_plots-0.8.11.dist-info → pandas_plots-0.8.12.dist-info}/WHEEL +0 -0
- {pandas_plots-0.8.11.dist-info → pandas_plots-0.8.12.dist-info}/top_level.txt +0 -0
pandas_plots/tbl.py
CHANGED
@@ -364,7 +364,7 @@ def show_num_df(
|
|
364
364
|
print(f"❌ kpi_mode '{kpi_mode}' not supported")
|
365
365
|
return
|
366
366
|
|
367
|
-
if kpi_mode and (not isinstance(kpi_rag_list, abc.Iterable)
|
367
|
+
if kpi_mode.startswith("rag") and (not isinstance(kpi_rag_list, abc.Iterable)
|
368
368
|
or len(kpi_rag_list) != 2
|
369
369
|
):
|
370
370
|
print(f"❌ kpi_rag_list must be a list of 2 if kpi_mode is set")
|
@@ -1,11 +1,11 @@
|
|
1
1
|
pandas_plots/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
2
|
pandas_plots/pls.py,sha256=CUh2lskJ6eLO_ccAg_UXXpRoWvZ7-Q3xKcUSEnKhK9U,23349
|
3
3
|
pandas_plots/sql.py,sha256=SHrmwhmzq0QYygvaoKwv7neiwf_Rv87VmdUkADYPdR8,2485
|
4
|
-
pandas_plots/tbl.py,sha256=
|
4
|
+
pandas_plots/tbl.py,sha256=dH0xKxloxIBBZGz1QfDdAhf8XQc5FclB-OT7fZcqALY,21667
|
5
5
|
pandas_plots/txt.py,sha256=LnW9OF3mSX2fp9JajefF3Mz3LuCA8MaqlFZYjT_jaQw,1537
|
6
6
|
pandas_plots/ven.py,sha256=nDKS7cTIHOJhIXKnAxAkEoqPgVZCUPJld5CvSiB2JC4,11721
|
7
|
-
pandas_plots-0.8.
|
8
|
-
pandas_plots-0.8.
|
9
|
-
pandas_plots-0.8.
|
10
|
-
pandas_plots-0.8.
|
11
|
-
pandas_plots-0.8.
|
7
|
+
pandas_plots-0.8.12.dist-info/LICENSE,sha256=6KQ5KVAAhRaB-JJKpX4cefKvRZRgI7GUPc92_2d31XY,1051
|
8
|
+
pandas_plots-0.8.12.dist-info/METADATA,sha256=e3IstNExB42Hcd_OCkSpnSOtB-loZPDiIZJVasQaEow,5856
|
9
|
+
pandas_plots-0.8.12.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
10
|
+
pandas_plots-0.8.12.dist-info/top_level.txt,sha256=XnaNuIHBqMmCeh_U7nKOYTwFue_SIA0wxuDgdPmnnSk,13
|
11
|
+
pandas_plots-0.8.12.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|