-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
ENH: Add check_like functionality to assert_series_equal #47248
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
ENH: Add check_like functionality to assert_series_equal #47248
Conversation
Hello @stevenschaerer! 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-07 08:16:34 UTC |
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 fairly good. Just a comment about version documentation
Awesome, thanks @stevenschaerer |
…47248) * Add check_like functionality to assert_series_equal * fix code formatting issues * versionadded and whatsnew * fix test comment
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.