pandas-plots 0.11.10__py3-none-any.whl → 0.11.11__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
@@ -34,7 +34,7 @@ def describe_df(
34
34
  caption: str,
35
35
  use_plot: bool = True,
36
36
  use_columns: bool = True,
37
- use_missing: bool = True,
37
+ use_missing: bool = False,
38
38
  renderer: Literal["png", "svg", None] = "png",
39
39
  fig_cols: int = 3,
40
40
  fig_offset: int = None,
@@ -52,7 +52,7 @@ def describe_df(
52
52
  caption (str): caption to describe dataframe
53
53
  use_plot (bool): display plot?
54
54
  use_columns (bool): display columns values?
55
- use_missing (bool): display missing values? (looks better on light theme)
55
+ use_missing (bool): display missing values? (no support for dark theme)
56
56
  renderer (Literal["png", "svg", None]): renderer for plot
57
57
  fig_cols (int): number of columns in plot
58
58
  fig_offset (int): offset for plots as iloc Argument. None = no offset, -1 = omit last plot
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pandas-plots
3
- Version: 0.11.10
3
+ Version: 0.11.11
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
@@ -0,0 +1,10 @@
1
+ pandas_plots/hlp.py,sha256=Ug3RGok3Bn_FiPjfmd-_gNskSfzfVplQKR1XQFeykHA,11898
2
+ pandas_plots/pii.py,sha256=2WKE-W9s285jPdsTqCgt1uxuW4lj1PYCVOYB2fYDNwQ,2195
3
+ pandas_plots/pls.py,sha256=BzZge7TnECjCs47MZ7P63_y2WU23P9sLaMl7SKB5h1Q,35043
4
+ pandas_plots/tbl.py,sha256=-dc6bLSnoTuSpcF2OdCr9Aq-FvVZt-gfcghy6M5N-lI,24204
5
+ pandas_plots/ven.py,sha256=2x3ACo2vSfO3q6fv-UdDQ0h1SJyt8WChBGgE5SDCdCk,11673
6
+ pandas_plots-0.11.11.dist-info/LICENSE,sha256=6KQ5KVAAhRaB-JJKpX4cefKvRZRgI7GUPc92_2d31XY,1051
7
+ pandas_plots-0.11.11.dist-info/METADATA,sha256=gN70Dt9wiFCGmSa90QgtiXcgM0F7y7HZXFgM8j-1Y0c,6858
8
+ pandas_plots-0.11.11.dist-info/WHEEL,sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY,91
9
+ pandas_plots-0.11.11.dist-info/top_level.txt,sha256=XnaNuIHBqMmCeh_U7nKOYTwFue_SIA0wxuDgdPmnnSk,13
10
+ pandas_plots-0.11.11.dist-info/RECORD,,
@@ -1,10 +0,0 @@
1
- pandas_plots/hlp.py,sha256=Ug3RGok3Bn_FiPjfmd-_gNskSfzfVplQKR1XQFeykHA,11898
2
- pandas_plots/pii.py,sha256=2WKE-W9s285jPdsTqCgt1uxuW4lj1PYCVOYB2fYDNwQ,2195
3
- pandas_plots/pls.py,sha256=BzZge7TnECjCs47MZ7P63_y2WU23P9sLaMl7SKB5h1Q,35043
4
- pandas_plots/tbl.py,sha256=ZBxPSX1eoomHkV0o4Zb9X3-M1FL8mVo3uRsRhD6qkP4,24205
5
- pandas_plots/ven.py,sha256=2x3ACo2vSfO3q6fv-UdDQ0h1SJyt8WChBGgE5SDCdCk,11673
6
- pandas_plots-0.11.10.dist-info/LICENSE,sha256=6KQ5KVAAhRaB-JJKpX4cefKvRZRgI7GUPc92_2d31XY,1051
7
- pandas_plots-0.11.10.dist-info/METADATA,sha256=haQKrp5-b391Iqmrjsm5N0BoQ7rbWLCPTAHZrKXT4Ko,6858
8
- pandas_plots-0.11.10.dist-info/WHEEL,sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY,91
9
- pandas_plots-0.11.10.dist-info/top_level.txt,sha256=XnaNuIHBqMmCeh_U7nKOYTwFue_SIA0wxuDgdPmnnSk,13
10
- pandas_plots-0.11.10.dist-info/RECORD,,