Skip to content

Commit 1e1ea93

Browse files
committed
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 1b32c34 commit 1e1ea93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/merging.rst

Lines changed: 1 addition & 1 deletion
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)