-
Notifications
You must be signed in to change notification settings - Fork 94
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
pandas parsing failed with pandas >1.3.5 #82
Comments
I can confirm this. I was trying to get a table with an integer column and I got this error arising from the pandas conversion:
The error disappeared when I removed the integer column from the table I was getting. EDIT: I rolled back to pandas 1.3.5 using |
To future readers, this project is not being actively maintained. The Fintech Open Source Foundation has forked it and is actively maintaining: https://github.com/finos/qPython. Install with pip install qpython3. Imports are the same so no code changes required. |
Running the following works with pandas <=1.3.5 but fails with >1.3.5
Python 3.9
qpython==2.0.0
The text was updated successfully, but these errors were encountered: