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 2d517ce commit 31c167dCopy full SHA for 31c167d
doc/source/basics.rst
@@ -869,7 +869,7 @@ Aligning objects with each other with ``align``
869
The ``align`` method is the fastest way to simultaneously align two objects. It
870
supports a ``join`` argument (related to :ref:`joining and merging <merging>`):
871
872
- - ``join='outer'``: take the union of the indexes
+ - ``join='outer'``: take the union of the indexes (default)
873
- ``join='left'``: use the calling object's index
874
- ``join='right'``: use the passed object's index
875
- ``join='inner'``: intersect the indexes
0 commit comments