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 -------