Skip to content

Commit 4829b36

Browse files
Sentence restructured in compare methods's doc (#58708)
* 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
1 parent 3bbd048 commit 4829b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/merging.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1073,7 +1073,7 @@ compare two :class:`DataFrame` or :class:`Series`, respectively, and summarize t
10731073
df.compare(df2)
10741074
10751075
By default, if two corresponding values are equal, they will be shown as ``NaN``.
1076-
Furthermore, if all values in an entire row / column, the row / column will be
1076+
Furthermore, if all values in an entire row / column are equal, that row / column will be
10771077
omitted from the result. The remaining differences will be aligned on columns.
10781078

10791079
Stack the differences on rows.

0 commit comments

Comments
 (0)