TheNeuralBit commented on a change in pull request #13079:
URL: https://github.com/apache/beam/pull/13079#discussion_r503578183



##########
File path: sdks/python/apache_beam/dataframe/frames.py
##########
@@ -27,12 +27,14 @@
 from apache_beam.dataframe import partitionings
 
 
-@frame_base.DeferredFrame._register_for(pd.Series)
-class DeferredSeries(frame_base.DeferredFrame):
+class DeferredDataFrameOrSeries(frame_base.DeferredFrame):

Review comment:
       Should we call it `DeferredNDFrame` to be consistent with pandas?




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