Skip to content

Commit 2014a68

Browse files
committed
Don't hard code version
1 parent d34e1ce commit 2014a68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/metadata.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ So that a ``pandas.DataFrame`` can be faithfully reconstructed, we store a
3535
3636
{'index_columns': ['__index_level_0__', '__index_level_1__', ...],
3737
'columns': [<c0>, <c1>, ...],
38-
'pandas_version': '0.20.0'}
38+
'pandas_version': $VERSION}
3939
4040
Here, ``<c0>`` and so forth are dictionaries containing the metadata for each
4141
column. This has JSON form:

0 commit comments

Comments
 (0)