Skip to content

Commit

Permalink
Fix for pandas 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
caneff committed Sep 20, 2023
1 parent 86e50e1 commit 6f1b655
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sdks/python/apache_beam/dataframe/pandas_doctests_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -837,6 +837,8 @@ def test_groupby_tests(self):
'df.groupby("key").agg(result_a=agg_a, result_1=agg_1)'
],
# These examples rely on grouping by a list
'pandas.core.groupby.generic.DataFrameGroupBy.transform': ['*'],
# These examples rely on grouping by a list
'pandas.core.groupby.generic.SeriesGroupBy.transform': ['*'],
},
)
Expand Down

0 comments on commit 6f1b655

Please sign in to comment.