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

Instructions for libraries implementing PEP 249 – Python Database API Specification v2.0 #355

Open
aosingh opened this issue Apr 25, 2024 · 0 comments

Comments

@aosingh
Copy link

aosingh commented Apr 25, 2024

I am trying to understand if there is a way to extend the Python DB API and add a method let's say fetch_df_all()

fetch_df_all() fetches all the rows in a cursor and loads them into a Python DataFrame.

The idea is to have a DataFrame object that compiles with the new proposed standard and works with DataFrame libraries which understand the protocol.

is there any documentation available for library maintainers ? If you have a data frame (or equivalent data structure), the data could be packed into that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant