-
Notifications
You must be signed in to change notification settings - Fork 435
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
Feature request: to_pandas()/to_arrow() #443
Comments
I don't use pandas or arrow. |
You explain that this feature is non-existent; Then this is a feature request. From my side, I'm missing the knowledge of this library and time to do it. Maybe there is someone else interested in Pandas support and knows how to actually implement it. |
Pandas has a I believe it is fast already, but if you'd like you can chunk via Another way I have done it before is to store the results as an in memory file and read that in. Have you ran an odbc trace as well as looking at server throughput on MySQL db? |
Hi @hpca01, thanks for your answer and sorry for my late reply. The reason why I was asking for PyArrow support are the following:
|
Hi, is there an easy+performant way to convert the result of a query into a Pandas or PyArrow dataframe while keeping the column names and data types?
The text was updated successfully, but these errors were encountered: