Skip to content

Commit

Permalink
fix docs indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
iamlemec committed Sep 20, 2020
1 parent 47d3ba1 commit 0ddb3f2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/source/user_guide/merging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,11 @@ functionality below.

.. note::

When concatenating DataFrames with named axes, pandas will attempt to preserve
these index/column names whenever possible. In the case where all inputs share a
common name, this name will be assigned to the result. When the input names do
not all agree, the result will be unnamed. The same is true for :class:`MultiIndex`,
but the logic is applied separately on a level-by-level basis.
When concatenating DataFrames with named axes, pandas will attempt to preserve
these index/column names whenever possible. In the case where all inputs share a
common name, this name will be assigned to the result. When the input names do
not all agree, the result will be unnamed. The same is true for :class:`MultiIndex`,
but the logic is applied separately on a level-by-level basis.


Set logic on the other axes
Expand Down

0 comments on commit 0ddb3f2

Please sign in to comment.