Skip to content

Commit

Permalink
Sentence restructured in compare methods's doc (#58708)
Browse files Browse the repository at this point in the history
* There was a typo in user_guide doc ,particulary in documentation of merge,join ,concatenate and compare
which after fixing is more grmatically correct and making more sense now

* A sentence from section Merge,join,concatenate and compare in user guide doc -specifically in compare method's  docs,
has been restructured so that it is more easy to comprehend ,earlier more obscure sentence has now been simplified by just adding few words more
  • Loading branch information
imTejasRajput committed May 13, 2024
1 parent 3bbd048 commit 4829b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/user_guide/merging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1073,7 +1073,7 @@ compare two :class:`DataFrame` or :class:`Series`, respectively, and summarize t
df.compare(df2)
By default, if two corresponding values are equal, they will be shown as ``NaN``.
Furthermore, if all values in an entire row / column, the row / column will be
Furthermore, if all values in an entire row / column are equal, that row / column will be
omitted from the result. The remaining differences will be aligned on columns.

Stack the differences on rows.
Expand Down

0 comments on commit 4829b36

Please sign in to comment.