tvalentyn commented on code in PR #28455:
URL: https://github.com/apache/beam/pull/28455#discussion_r1327660945


##########
sdks/python/apache_beam/dataframe/frames.py:
##########
@@ -4907,9 +4907,9 @@ def __setitem__(self, index, value):
 
 
 class _DeferredStringMethods(frame_base.DeferredBase):
-  @frame_base.with_docs_from(pd.core.strings.StringMethods)
-  @frame_base.args_to_kwargs(pd.core.strings.StringMethods)
-  @frame_base.populate_defaults(pd.core.strings.StringMethods)
+  @frame_base.with_docs_from(pd.Series.str)

Review Comment:
   I suppose we will find out  from test results.



-- 
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]

Reply via email to