From dea2c0bc2fd86d36caea2bbefc4e034d219ed3ef Mon Sep 17 00:00:00 2001 From: Matthew Roeschke Date: Sun, 26 Dec 2021 11:58:06 -0800 Subject: [PATCH] DOC: version kwargs in build_table_schema --- pandas/io/json/_table_schema.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pandas/io/json/_table_schema.py b/pandas/io/json/_table_schema.py index cb2d426f6b81b..c630f0d7613e0 100644 --- a/pandas/io/json/_table_schema.py +++ b/pandas/io/json/_table_schema.py @@ -231,7 +231,8 @@ def build_table_schema( level or levels if the index is unique. version : bool, default True Whether to include a field `pandas_version` with the version - of pandas that generated the schema. + of pandas that last revised the table schema. This version + can be different from the installed pandas version. Returns -------