File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -91,8 +91,9 @@ in some cases:
91
91
- `` DataFrame `` columns can't be ` NoRowIndex ` (so `` transpose `` would need some adjustments when called on a `` NoRowIndex `` `` DataFrame `` );
92
92
- ` insert ` and ` delete ` should raise. As a consequence, if `` df `` is a `` DataFrame `` with a
93
93
`` NoRowIndex `` , then ` df.drop ` with ` axis=0 ` would always raise;
94
- - arithmetic operations (e.g. ` NoRowIndex(3) + 2 ` ) would always raise.
95
- - when printing a `` DataFrame `` /`` Series `` with a `` NoRowIndex `` , then the row labels wouldn't be printed.
94
+ - arithmetic operations (e.g. ` NoRowIndex(3) + 2 ` ) would always raise;
95
+ - when printing a `` DataFrame `` /`` Series `` with a `` NoRowIndex `` , then the row labels wouldn't be printed;
96
+ - a `` MultiIndex `` could not be created with a `` NoRowIndex `` as one of its levels.
96
97
97
98
Let's go into more detail for some of these.
98
99
You can’t perform that action at this time.
0 commit comments