You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example snippet for assert_frame_equal has a leading underscore in the import statement (for testing). I think this is unnecessary and breaks execution when attempted by a user.
lithomas1
added
Testing
pandas testing functions or related to the test suite
and removed
Needs Triage
Issue that has not been reviewed by a pandas team member
labels
Oct 2, 2021
master
hereLocation of the documentation
I have checked that the issue still exists on the latest versions of the docs on master: https://pandas.pydata.org/docs/dev/reference/api/pandas.testing.assert_frame_equal.html
"pandas.testing.assert_frame_equal"
Documentation problem
Example snippet for
assert_frame_equal
has a leading underscore in the import statement (for testing). I think this is unnecessary and breaks execution when attempted by a user.Suggested fix for documentation
Remove the underscore in question:
This should fix execution.
The text was updated successfully, but these errors were encountered: