Skip to content

Commit b49ff80

Browse files
committed
DOC: Add column name metadata to spec
1 parent f165b90 commit b49ff80

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/source/developer.rst

+2
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ 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>, ...],
4849
'columns': [<c0>, <c1>, ...],
4950
'pandas_version': $VERSION}
5051
@@ -106,6 +107,7 @@ As an example of fully-formed metadata:
106107
.. code-block:: text
107108
108109
{'index_columns': ['__index_level_0__'],
110+
'column_index_names': [None],
109111
'columns': [
110112
{'name': 'c0',
111113
'pandas_type': 'int8',

0 commit comments

Comments
 (0)