Skip to content

Commit

Permalink
Update python/whylogs/core/dataframe_wrapper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-rogers authored Dec 11, 2024
1 parent 6cf62bb commit 190b098
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/whylogs/core/dataframe_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ def groupby(
if self.pd_df is not None:
grouped = self.pd_df.groupby(columns)
return grouped
d = {g: grouped.get_group(g) for g in grouped.groups.keys()}
return d
elif self.pl_df is not None:
return self.pl_df.group_by(columns)

Expand Down

0 comments on commit 190b098

Please sign in to comment.