robertwb commented on a change in pull request #14967:
URL: https://github.com/apache/beam/pull/14967#discussion_r649613612
##########
File path: sdks/python/apache_beam/dataframe/frame_base.py
##########
@@ -358,25 +371,33 @@ def wrapper(*args, **kwargs):
wrapper.__name__ = name
wrapper.__doc__ = (
- f":meth:`pandas.{base_type.__name__}.{name}` is not supported in the "
- f"Beam DataFrame API {reason_data['explanation']}")
+ f":meth:`{_prettify_pandas_type(base_type)}.{name}` is not supported in "
Review comment:
Should we say not yet supported, or otherwise give an indication that
this is subject to change?
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]