-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Remove exploded variable #34938
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
Remove exploded variable #34938
Conversation
Co-authored-by: Joris Van den Bossche <[email protected]>
…pandas into explode_ignore_index_34932
@TomAugspurger would you mind to trigger a rerun here as well? Btw, I'm not sure why my commits of the other branch are shown here.. |
This is probably because you created this new branch from the other one. In general, I usually do
before starting to work on a new PR to make sure this doesn't happen
If you rebase onto upstream/master, drop the unrelated commits, and force push, it should re-run |
@MarcoGorelli I created a new PR, because this branche was messed up. I will close this one, see: #34949 |
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff