Skip to content

Commit dbdec9f

Browse files
committed
fixup
1 parent a338efc commit dbdec9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/core/reshape/pivot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -717,6 +717,7 @@ def crosstab(
717717
margins=margins,
718718
margins_name=margins_name,
719719
dropna=dropna,
720+
observed=dropna,
720721
**kwargs, # type: ignore[arg-type]
721722
)
722723

0 commit comments

Comments
 (0)