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 0eeca0a commit 4f9456dCopy full SHA for 4f9456d
pandas/core/frame.py
@@ -6857,7 +6857,7 @@ def pivot_table(
6857
margins=False,
6858
dropna=True,
6859
margins_name="All",
6860
- observed=False,
+ observed=None,
6861
) -> DataFrame:
6862
from pandas.core.reshape.pivot import pivot_table
6863
pandas/core/reshape/pivot.py
@@ -45,7 +45,7 @@ def pivot_table(
45
46
47
48
49
) -> "DataFrame":
50
index = _convert_by(index)
51
columns = _convert_by(columns)
0 commit comments