We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d34e1ce commit 2014a68Copy full SHA for 2014a68
doc/source/metadata.rst
@@ -35,7 +35,7 @@ So that a ``pandas.DataFrame`` can be faithfully reconstructed, we store a
35
36
{'index_columns': ['__index_level_0__', '__index_level_1__', ...],
37
'columns': [<c0>, <c1>, ...],
38
- 'pandas_version': '0.20.0'}
+ 'pandas_version': $VERSION}
39
40
Here, ``<c0>`` and so forth are dictionaries containing the metadata for each
41
column. This has JSON form:
0 commit comments