roger-mike commented on a change in pull request #16256:
URL: https://github.com/apache/beam/pull/16256#discussion_r779158205
##########
File path: sdks/python/apache_beam/dataframe/frames.py
##########
@@ -4073,6 +4077,10 @@ def fn_wrapper(x, *args, **kwargs):
requires_partition_by=partitionings.Index(levels),
preserves_partition_by=partitionings.Index(self._grouping_indexes)))
+ @frame_base.with_docs_from(DataFrameGroupBy)
+ def pipe(self, func, *args, **kwargs):
+ return func(self, *args, **kwargs)
Review comment:
Done 👍 , also added tests for these cases when used with a df, s, and gb.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]