-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Send None parameter to pandas-gbq to set no progress bar #33477
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
Conversation
@TomAugspurger Request for review. |
051a609
to
8a47983
Compare
Do we need to set the min version as mention in #33360 (comment) |
@alimcmaster1 need help in understanding the reason for build failures, should we just re-run it ? |
Sure - if you merge master this should now be fixed. |
@jreback Green |
@sumanau7 please see my comments above. We need to change the min supported before doing this https://pandas.pydata.org/pandas-docs/stable/getting_started/install.html#optional-dependencies it’s currently 0.8.0 you are proposing 0.12.0 right? |
@alimcmaster1 Have done that change, can you please verify if these are the only places where this change is required |
You will also need to update |
Note current default behaviour of pandas (From @TomAugspurger comment here #33360 (comment) sounds like we should have same default :) ) |
This looks pretty much there to me. (Just need to decide on this point) @sumanau7 looks like some of the tests are failing (logs on longer available) mind taking a look? - https://github.com/pandas-dev/pandas/pull/33477/checks?check_run_id=588645024 |
Looks like this build job it failing - (not publishing back to PR) https://github.com/pandas-dev/pandas/pull/33477/checks?check_run_id=588645024 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this looks ok. @sumanau7 can you add a whatsnew note that we have fixed this issue, and now recommend pandas-gbq >=0.12.0. please merge master and ping on green.
@sumanau7 could you update as per Jeff’s comments? Thanks! |
thanks @sumanau7 |
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff