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

Add anchor links to versions in the changelog #191

Merged
merged 1 commit into from
Jun 26, 2018
Merged

Conversation

tswast
Copy link
Collaborator

@tswast tswast commented Jun 26, 2018

@tswast tswast merged commit 7652ac6 into master Jun 26, 2018
@tswast tswast deleted the tswast-patch-2 branch June 26, 2018 16:22
@max-sixty
Copy link
Contributor

Thanks @tswast

@tswast
Copy link
Collaborator Author

tswast commented Jun 26, 2018

Of course!

For posterity, I added these anchors so that I could link to them from the Pandas docs at pandas-dev/pandas#21628

@max-sixty
Copy link
Contributor

Super!

I've been out of action on OSS recently given work, and heading on vacation for a couple of weeks. Hopefully I'll have more time in the Summer. Let me know if you see pandas-gbq issues that you think would be worth focusing on. Would be good for me to get something in re bulk download.

@tswast
Copy link
Collaborator Author

tswast commented Jun 26, 2018

No worries. These are the top priorities on my mind for pandas-gbq:

  1. Auth. pandas-gbq auth proposal #161 Basically, add a client parameter plus a couple public helper methods for auth and deprecate all the other auth-related parameters.
  2. to_gbq configuration argument. Take in a job configuration dictionary, just like read_gbq does. It might make sense to officially deprecate the chunksize argument at that time, too. BUG: Add support to replace partitions in date-partitioned tables (#43) #124 (comment)
  3. Delegate more to google-cloud-bigquery document pandas-gbq vision and roadmap #149 (comment)

Bulk download will be an interesting one to investigate. It does depend on GCS, so it'll likely have to be a separate read_gbq_bulk method, since we need a scratch bucket to work with. (Plus we'll have to update the scopes we use for authentication.)

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

Successfully merging this pull request may close these issues.

2 participants