robertwb commented on a change in pull request #13705:
URL: https://github.com/apache/beam/pull/13705#discussion_r556208886



##########
File path: sdks/python/apache_beam/dataframe/frames.py
##########
@@ -605,7 +602,7 @@ def str(self):
     return _DeferredStringMethods(self._expr)
 
 
-for name in ['apply', 'map', 'transform']:
+for name in ['apply', 'map']:

Review comment:
       Should we just expand this out to 
   
   ```
   apply = frame_base._elementwise_method('apply')
   map = frame_base._elementwise_method('map')
   ```
   
   in the body of DeferredSeries?




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


Reply via email to