Skip to content

Commit 4a49a25

Browse files
authored
DOC: version kwargs in build_table_schema (#45074)
1 parent 3713e9a commit 4a49a25

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/io/json/_table_schema.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,8 @@ def build_table_schema(
231231
level or levels if the index is unique.
232232
version : bool, default True
233233
Whether to include a field `pandas_version` with the version
234-
of pandas that generated the schema.
234+
of pandas that last revised the table schema. This version
235+
can be different from the installed pandas version.
235236
236237
Returns
237238
-------

0 commit comments

Comments
 (0)