pandas-plots 0.11.10__tar.gz → 0.11.11__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.
@@ -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
@@ -1,6 +1,6 @@
1
1
  [metadata]
2
2
  name = pandas-plots
3
- version = 0.11.10
3
+ version = 0.11.11
4
4
  author = smeisegeier
5
5
  author_email = dexterDSDo@googlemail.com
6
6
  description = A collection of helper for table handling and vizualization
@@ -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
File without changes
File without changes