[
https://issues.apache.org/jira/browse/BEAM-11531?focusedWorklogId=535133&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-535133
]
ASF GitHub Bot logged work on BEAM-11531:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 13/Jan/21 01:44
Start Date: 13/Jan/21 01:44
Worklog Time Spent: 10m
Work Description: 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]
Issue Time Tracking
-------------------
Worklog Id: (was: 535133)
Time Spent: 5h (was: 4h 50m)
> pandas 1.2.0 breaks Python precommit
> ------------------------------------
>
> Key: BEAM-11531
> URL: https://issues.apache.org/jira/browse/BEAM-11531
> Project: Beam
> Issue Type: Bug
> Components: sdk-py-core
> Reporter: Brian Hulette
> Assignee: Brian Hulette
> Priority: P2
> Time Spent: 5h
> Remaining Estimate: 0h
>
> https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/3656/
> Breakages in DataframeTransform
> (apache_beam.dataframe.pandas_doctests_test.DoctestTest), and in interactive
> beam (apache_beam.runners.interactive.utils_test.ParseToDataframeTest).
--
This message was sent by Atlassian Jira
(v8.3.4#803005)