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
Upgrading to pandas 2.0 makes the program raise a HumannessTaskError:
Traced the error back to pandas 2.0 and the following AttributeError in SQLAlchemy:
AttributeError: 'Connection' object has no attribute 'exec_driver_sql'
Reverting to pandas 1.5.2 solved the issue
The text was updated successfully, but these errors were encountered:
Hi @lschaus0408 thanks for reporting this. I am trying to reproduce the error but it works for me with pandas 2.0.1.
2.0.1
I will keep this ticket open for a while. If you have time to reproduce this, would be greatly appreciated.
Sorry, something went wrong.
No branches or pull requests
Upgrading to pandas 2.0 makes the program raise a HumannessTaskError:
Traced the error back to pandas 2.0 and the following AttributeError in SQLAlchemy:
Reverting to pandas 1.5.2 solved the issue
The text was updated successfully, but these errors were encountered: