-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
add test to check type of df column after loc() #47264
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
jackgoldsmith4
commented
Jun 7, 2022
•
edited
Loading
edited
- closes Data type of new assigned DataFrame column #23326
- All code checks passed.
Hey @mroeschke, I'd like to start writing tests for a lot of the existing GH issues. I am learning as I go, so I am not sure if something like this is sufficient and/or in the right place. Any critical feedback would be greatly appreciated so I can start writing better and more complex tests. Thanks! |
Awesome! Definitely check out https://pandas.pydata.org/docs/dev/development/contributing_codebase.html#using-pytest for all the details of how tests ideally should be structured and what should be included |
Hello @jackgoldsmith4! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found: There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2022-06-12 18:18:15 UTC |
Thanks @jackgoldsmith4 |
* add test * double quotes * fixes * remove pd * fix index type