You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "AnandInguva (via GitHub)" <gi...@apache.org> on 2023/04/06 17:28:33 UTC

[GitHub] [beam] AnandInguva opened a new issue, #26155: [Feature Request]: Upgrade pandas to 2.x

AnandInguva opened a new issue, #26155:
URL: https://github.com/apache/beam/issues/26155

   ### What would you like to happen?
   
   Recently Pandas released a new major version https://pypi.org/project/pandas/#files.
   
   Update the Pandas bounds in [setup.py](https://github.com/apache/beam/blob/2a9e1ab78feeadf30c92e2a5336f07399826f3b6/sdks/python/setup.py#L277)
   
   ### Issue Priority
   
   Priority: 3 (nice-to-have improvement)
   
   ### Issue Components
   
   - [ ] Component: Python SDK
   - [ ] Component: Java SDK
   - [ ] Component: Go SDK
   - [ ] Component: Typescript SDK
   - [ ] Component: IO connector
   - [ ] Component: Beam examples
   - [ ] Component: Beam playground
   - [ ] Component: Beam katas
   - [ ] Component: Website
   - [ ] Component: Spark Runner
   - [ ] Component: Flink Runner
   - [ ] Component: Samza Runner
   - [ ] Component: Twister2 Runner
   - [ ] Component: Hazelcast Jet Runner
   - [ ] Component: Google Cloud Dataflow Runner


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

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] tvalentyn closed issue #26155: [Feature Request]: Upgrade pandas to 2.x

Posted by "tvalentyn (via GitHub)" <gi...@apache.org>.
tvalentyn closed issue #26155: [Feature Request]: Upgrade pandas to 2.x
URL: https://github.com/apache/beam/issues/26155


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

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] AnandInguva commented on issue #26155: [Feature Request]: Upgrade pandas to 2.x

Posted by "AnandInguva (via GitHub)" <gi...@apache.org>.
AnandInguva commented on issue #26155:
URL: https://github.com/apache/beam/issues/26155#issuecomment-1521949827

   .take-issue


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

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] liferoad commented on issue #26155: [Feature Request]: Upgrade pandas to 2.x

Posted by "liferoad (via GitHub)" <gi...@apache.org>.
liferoad commented on issue #26155:
URL: https://github.com/apache/beam/issues/26155#issuecomment-1517141790

   With pandas 2.0, `from apache_beam.runners.interactive.interactive_runner import InteractiveRunner` stops working with this error: `AttributeError: type object 'Series' has no attribute 'append'. Did you mean: '_append'?`


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

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] AnandInguva commented on issue #26155: [Feature Request]: Upgrade pandas to 2.x

Posted by "AnandInguva (via GitHub)" <gi...@apache.org>.
AnandInguva commented on issue #26155:
URL: https://github.com/apache/beam/issues/26155#issuecomment-1601105808

   Pandas 2.0 removed the append method for both `Series` and `Dataframe`. I think we should do the same(remove append from deferred dataframes) but we need to provide alternatives with concat.
   
   https://github.com/pandas-dev/pandas/issues/35407
   
   cc: @robertwb 


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

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] tvalentyn commented on issue #26155: [Feature Request]: Upgrade pandas to 2.x

Posted by "tvalentyn (via GitHub)" <gi...@apache.org>.
tvalentyn commented on issue #26155:
URL: https://github.com/apache/beam/issues/26155#issuecomment-1629937424

   Let's track in https://github.com/apache/beam/issues/27221


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

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] liferoad commented on issue #26155: [Feature Request]: Upgrade pandas to 2.x

Posted by "liferoad (via GitHub)" <gi...@apache.org>.
liferoad commented on issue #26155:
URL: https://github.com/apache/beam/issues/26155#issuecomment-1503622507

   .take-issue


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

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org