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

Driver requires pandas < 2.0.0 #9

Open
pierocampa opened this issue Jun 7, 2023 · 1 comment
Open

Driver requires pandas < 2.0.0 #9

pierocampa opened this issue Jun 7, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@pierocampa
Copy link
Member

When using a version of pandas greater or equal than 2.0.0, the driver hits the runtime error on the removed append() call:

ODC engine error in process: 'DataFrame' object has no attribute 'append'

See release notes.

To fix this, either the package should enforce a version prior to 2.0.0, or the code should be reviewed and made compliant to it.

@pierocampa pierocampa added the bug Something isn't working label Jun 7, 2023
@pierocampa
Copy link
Member Author

Version of pandas forced in 7e71802.

(in case of software dependency upgrade, note that the concat function should be the replacement for append.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant