-
Notifications
You must be signed in to change notification settings - Fork 121
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
'Bulk' download #167
Comments
I'm looking at this same sort of issue @max-sixty -- specifically I want to be able to export a large amount of 'tidy' data from BQ into a pandas df (typically with 3 columns) and then pivot it into a matrix for downstream matrix-manipulations. Have you come up with any improvements on the approach you posted above? or any suggestions for my particular use-case? |
How large @smrgit ? If it's in memory, this approach works well. If larger than memory, then pandas likely isn't going to be the best tool. We also made some changes to the vanilla |
Closed by #270 |
ref: #133
Here's some code we're trying internally to make larger downloads possible / faster.
Let me know thoughts (and anyone is welcome to take this and do a PR if they'd like, similar to bulk upload)
The text was updated successfully, but these errors were encountered: