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
Today https://github.com/timeplus-io/proton-python-driver/blob/develop/proton_driver/dbapi/cursor.py only support fetchall() to return the Python object. One user suggests us supporting dataframe out of box.
https://duckdb.org/docs/api/python/overview.html#result-conversion
The text was updated successfully, but these errors were encountered:
Update, the Client supports dataframe query and insert, but the connect/cursor cannot Sample code https://github.com/timeplus-io/proton-python-driver/blob/develop/example/pandas/dataframe.py
Better to add those dataframe support in connect/cursor too
Sorry, something went wrong.
gangtao
Successfully merging a pull request may close this issue.
Today
https://github.com/timeplus-io/proton-python-driver/blob/develop/proton_driver/dbapi/cursor.py only support fetchall() to return the Python object. One user suggests us supporting dataframe out of box.
https://duckdb.org/docs/api/python/overview.html#result-conversion

The text was updated successfully, but these errors were encountered: