We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf3fa92 commit 00db647Copy full SHA for 00db647
pandas/core/frame.py
@@ -6858,7 +6858,7 @@ def pivot_table(
6858
margins=False,
6859
dropna=True,
6860
margins_name="All",
6861
- observed=False,
+ observed=None,
6862
) -> "DataFrame":
6863
from pandas.core.reshape.pivot import pivot_table
6864
pandas/core/reshape/pivot.py
@@ -45,7 +45,7 @@ def pivot_table(
45
46
47
48
49
50
index = _convert_by(index)
51
columns = _convert_by(columns)
0 commit comments