[ 
https://issues.apache.org/jira/browse/BEAM-11531?focusedWorklogId=532729&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-532729
 ]

ASF GitHub Bot logged work on BEAM-11531:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 07/Jan/21 21:43
            Start Date: 07/Jan/21 21:43
    Worklog Time Spent: 10m 
      Work Description: TheNeuralBit commented on pull request #13681:
URL: https://github.com/apache/beam/pull/13681#issuecomment-756403640


   Python PreCommit failures may be a regression in pandas? It looks like 
they're all in py37-cython, and all related to accessing columns as attributes. 
For example: 
   
   ```
         small = pd.DataFrame({'label': ['11a', '37a', '389a'], 'rank': [0, 1, 
2]})
         big = pd.DataFrame({'number': list(range(1000))})
   >     big['float'] = big.number.map(math.sqrt)
   E     AttributeError: 'DataFrame' object has no attribute 'number'
   ```


----------------------------------------------------------------
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: 532729)
    Time Spent: 1h 50m  (was: 1h 40m)

> 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: 1h 50m
>  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)

Reply via email to