You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'?
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.
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
The text was updated successfully, but these errors were encountered: