We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pandas.core.frame::compare
Right now there is not a note/warning that you can only compare dataframes with the same shape and index labels.
Add note:
Note: the method can only compare identically-labeled DataFrame objects, this means DataFrames with identical row and column labels.
The text was updated successfully, but these errors were encountered:
take
Sorry, something went wrong.
DOC: Add note to docstring DataFrame.compare about identical labels (#…
3a19556
…35492) * [IMP] - #35491 - added note docstring * [FIX] - #35491 - remove trailing whitespace * [IMP] - #35491 - added explanation about shape * [FIX] - #35491 - labelS * [FIX] - 35491 - removed add * added Raises section * Fix raise section * Removed trailing whitespace * Adjustments after review * Removed trailing whitespace
DOC: Add note to docstring DataFrame.compare about identical labels (p…
62608f9
…andas-dev#35492) * [IMP] - pandas-dev#35491 - added note docstring * [FIX] - pandas-dev#35491 - remove trailing whitespace * [IMP] - pandas-dev#35491 - added explanation about shape * [FIX] - pandas-dev#35491 - labelS * [FIX] - 35491 - removed add * added Raises section * Fix raise section * Removed trailing whitespace * Adjustments after review * Removed trailing whitespace
erfannariman
Successfully merging a pull request may close this issue.
Location of the documentation
pandas.core.frame::compare
Documentation problem
Right now there is not a note/warning that you can only compare dataframes with the same shape and index labels.
Suggested fix for documentation
Add note:
The text was updated successfully, but these errors were encountered: