We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using a version of pandas greater or equal than 2.0.0, the driver hits the runtime error on the removed append() call:
append()
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.
The text was updated successfully, but these errors were encountered:
Version of pandas forced in 7e71802.
(in case of software dependency upgrade, note that the concat function should be the replacement for append.
concat
append
Sorry, something went wrong.
No branches or pull requests
When using a version of pandas greater or equal than 2.0.0, the driver hits the runtime error on the removed
append()
call: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.
The text was updated successfully, but these errors were encountered: