Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request]: Upgrade pandas to 2.x #26155

Closed
15 tasks
AnandInguva opened this issue Apr 6, 2023 · 3 comments
Closed
15 tasks

[Feature Request]: Upgrade pandas to 2.x #26155

AnandInguva opened this issue Apr 6, 2023 · 3 comments

Comments

@AnandInguva
Copy link
Contributor

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

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
@liferoad
Copy link
Collaborator

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

@AnandInguva
Copy link
Contributor Author

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.

pandas-dev/pandas#35407

cc: @robertwb

@tvalentyn
Copy link
Contributor

Let's track in #27221

@github-actions github-actions bot added this to the 2.50.0 Release milestone Jul 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants