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 a4b68dd commit f79c5b4Copy full SHA for f79c5b4
pandas/core/frame.py
@@ -6862,7 +6862,7 @@ def pivot_table(
6862
margins=False,
6863
dropna=True,
6864
margins_name="All",
6865
- observed=False,
+ observed=None,
6866
) -> "DataFrame":
6867
from pandas.core.reshape.pivot import pivot_table
6868
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