Skip to content

Commit 065e19d

Browse files
author
MarcoGorelli
committed
[skip ci] note about multiindex
1 parent 268b435 commit 065e19d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

web/pandas/pdeps/0005-no-default-index-mode.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,9 @@ in some cases:
9191
- ``DataFrame`` columns can't be `NoRowIndex` (so ``transpose`` would need some adjustments when called on a ``NoRowIndex`` ``DataFrame``);
9292
- `insert` and `delete` should raise. As a consequence, if ``df`` is a ``DataFrame`` with a
9393
``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.
9697

9798
Let's go into more detail for some of these.
9899

0 commit comments

Comments
 (0)