-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Improve documentation for assert_frame|series_equal #26101
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
Comments
Makes sense - a PR from you would certainly be welcome |
I want to work on this, as it looks like it is good for first timer. |
sandepp123
pushed a commit
to sandepp123/pandas
that referenced
this issue
Apr 16, 2019
sandepp123
pushed a commit
to sandepp123/pandas
that referenced
this issue
Apr 16, 2019
4 tasks
sandepp123
pushed a commit
to sandepp123/pandas
that referenced
this issue
Apr 21, 2019
sandepp123
pushed a commit
to sandepp123/pandas
that referenced
this issue
Apr 21, 2019
WillAyd
pushed a commit
that referenced
this issue
Apr 22, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#21528 improved the documentation for assert_almost_equal, but this is actually an undocumented function (not listed in the Pandas docs) and the same issue seems to apply to both
assert_series_equal
andassert_frame_equal
, which are documented.Could we apply the same change as #21580 to those methods too, i.e. add the following text:
The text was updated successfully, but these errors were encountered: