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 6f323e7 commit df1b2f9Copy full SHA for df1b2f9
pandas/core/frame.py
@@ -7029,7 +7029,7 @@ def pivot_table(
7029
margins=False,
7030
dropna=True,
7031
margins_name="All",
7032
- observed=False,
+ observed=None,
7033
) -> DataFrame:
7034
from pandas.core.reshape.pivot import pivot_table
7035
pandas/core/reshape/pivot.py
@@ -46,7 +46,7 @@ def pivot_table(
46
47
48
49
50
) -> "DataFrame":
51
index = _convert_by(index)
52
columns = _convert_by(columns)
0 commit comments