We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd6df1b commit 75ee35cCopy full SHA for 75ee35c
pandas/core/series.py
@@ -3009,9 +3009,9 @@ def compare(
3009
Determine which axis to align the comparison on.
3010
3011
* 0, or 'index' : Resulting differences are stacked vertically
3012
- with rows drawn alternately from self and other.
+ with rows drawn alternately from self and other.
3013
* 1, or 'columns' : Resulting differences are aligned horizontally
3014
- with columns drawn alternately from self and other.
+ with columns drawn alternately from self and other.
3015
3016
keep_shape : bool, default False
3017
If true, all rows and columns are kept.
0 commit comments