pandas-plots 0.8.11__py3-none-any.whl → 0.8.13__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 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 and 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,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pandas-plots
3
- Version: 0.8.11
3
+ Version: 0.8.13
4
4
  Summary: A collection of helper for table handling and vizualization
5
5
  Home-page: https://github.com/smeisegeier/pandas-plots
6
6
  Author: smeisegeier
@@ -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=qcchqsS6O6KfobJ--CrSjUz5WtXX9kSDNkMWubWExsc,21649
4
+ pandas_plots/tbl.py,sha256=XV4n3zSHSN_99vmvIo2pU8kVKD5vjCd2IzWjtrBBEYA,21682
5
5
  pandas_plots/txt.py,sha256=LnW9OF3mSX2fp9JajefF3Mz3LuCA8MaqlFZYjT_jaQw,1537
6
6
  pandas_plots/ven.py,sha256=nDKS7cTIHOJhIXKnAxAkEoqPgVZCUPJld5CvSiB2JC4,11721
7
- pandas_plots-0.8.11.dist-info/LICENSE,sha256=6KQ5KVAAhRaB-JJKpX4cefKvRZRgI7GUPc92_2d31XY,1051
8
- pandas_plots-0.8.11.dist-info/METADATA,sha256=JKgxXaCTjYzfMz1h8_gg5F41HbtsVUwIZDQF9UtPtok,5856
9
- pandas_plots-0.8.11.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
10
- pandas_plots-0.8.11.dist-info/top_level.txt,sha256=XnaNuIHBqMmCeh_U7nKOYTwFue_SIA0wxuDgdPmnnSk,13
11
- pandas_plots-0.8.11.dist-info/RECORD,,
7
+ pandas_plots-0.8.13.dist-info/LICENSE,sha256=6KQ5KVAAhRaB-JJKpX4cefKvRZRgI7GUPc92_2d31XY,1051
8
+ pandas_plots-0.8.13.dist-info/METADATA,sha256=qAMf4Gm3q7g0-vYk3fo9euL86o81heYAtzDoGYgZK60,5856
9
+ pandas_plots-0.8.13.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
10
+ pandas_plots-0.8.13.dist-info/top_level.txt,sha256=XnaNuIHBqMmCeh_U7nKOYTwFue_SIA0wxuDgdPmnnSk,13
11
+ pandas_plots-0.8.13.dist-info/RECORD,,