tvalentyn commented on code in PR #28455: URL: https://github.com/apache/beam/pull/28455#discussion_r1327660413
########## 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: does this require a mininmal version of Pandas 1.x ? -- 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]
