Skip to content

Commit b0d34cf

Browse files
committed
Remove column_index_names
1 parent 418f173 commit b0d34cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

doc/source/developer.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ So that a ``pandas.DataFrame`` can be faithfully reconstructed, we store a
4545
.. code-block:: text
4646
4747
{'index_columns': ['__index_level_0__', '__index_level_1__', ...],
48-
'column_index_names': [<column index level name 0>, <column index level name 1>, ...],
4948
'column_indexes': [<ci0>, <ci1>, ..., <ciN>],
5049
'columns': [<c0>, <c1>, ...],
5150
'pandas_version': $VERSION}

0 commit comments

Comments
 (0)