File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -143,11 +143,11 @@ functionality below.
143
143
144
144
.. note ::
145
145
146
- When concatenating DataFrames with named axes, pandas will attempt to preserve
147
- these index/column names whenever possible. In the case where all inputs share a
148
- common name, this name will be assigned to the result. When the input names do
149
- not all agree, the result will be unnamed. The same is true for :class: `MultiIndex `,
150
- but the logic is applied separately on a level-by-level basis.
146
+ When concatenating DataFrames with named axes, pandas will attempt to preserve
147
+ these index/column names whenever possible. In the case where all inputs share a
148
+ common name, this name will be assigned to the result. When the input names do
149
+ not all agree, the result will be unnamed. The same is true for :class: `MultiIndex `,
150
+ but the logic is applied separately on a level-by-level basis.
151
151
152
152
153
153
Set logic on the other axes
You can’t perform that action at this time.
0 commit comments