Skip to content

Commit

Permalink
wip: try setting dropna=True
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Oct 26, 2024
1 parent 67594a6 commit 2ce51c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion narwhals/_pandas_like/group_by.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def __init__(self, df: PandasLikeDataFrame, keys: list[str]) -> None:
list(self._keys),
sort=False,
as_index=True,
dropna=False,
dropna=True,
observed=True,
)

Expand Down

0 comments on commit 2ce51c0

Please sign in to comment.