diff --git a/pandas/core/generic.py b/pandas/core/generic.py index 338b45b5503dc..0290f74eb41df 100644 --- a/pandas/core/generic.py +++ b/pandas/core/generic.py @@ -2274,6 +2274,10 @@ def to_json( and the default ``indent=None`` are equivalent in pandas, though this may change in a future release. + ``orient='table'`` contains a 'pandas_version' field under 'schema'. + This stores the version of `pandas` used in the latest revision of the + schema. + Examples -------- >>> import json