-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
TST: Add test for setting item using python list (#19406) #37840
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
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.
Thanks @paxcodes for the PR!
Some small comments, otherwise LGTM
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.
@paxcodes thank you for the PR!
Would you consider parametrizing the test with various null values?
One nitpick from my side: you coud parametrize somethink like |
@phofl Ooh nice. Will do. |
@phofl There. Much more concise. ✨ |
lgtm |
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.
Looks good to me.
Thanks @paxcodes , congrats on your first PR to pandas! Do let us know if you want pointers for other issues if you'd like to tackle them too |
Thanks @MarcoGorelli and again, thanks for your time yesterday at the sprint! |
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff