-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
MIGRATE: pandas-gbq #15347
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
Comments
I have add all pandas to the repo as well as @parthea . If you would like to be added, please ping. |
CC @clifton |
Big +1 to have this as a separate package.
@jreback What is your idea on how to approach this? Let Roughly like
(with of course some checking of the import etc) |
exactly the internal pandas implementation becomes trivial |
ok moved all of the docs, so will change that as well: http://pandas-gbq.readthedocs.io/en/latest/index.html# |
closes pandas-dev#15347 Author: Jeff Reback <[email protected]> Closes pandas-dev#15484 from jreback/gbq and squashes the following commits: 0fd8d06 [Jeff Reback] wip 3222de1 [Jeff Reback] CLN: remove pandas/io/gbq.py and tests and replace with pandas-gbq
I created the pandas-gbq package to migrate the guts of pandas/io/gbq.py. Once this is release and on PyPi and conda-forge. Then we can switch the internal interface to use this code. I think this will allow this package to grow.
The text was updated successfully, but these errors were encountered: