diff --git a/pandas/io/json/_table_schema.py b/pandas/io/json/_table_schema.py index 6061af72901a5..50686594a7576 100644 --- a/pandas/io/json/_table_schema.py +++ b/pandas/io/json/_table_schema.py @@ -211,7 +211,9 @@ def build_table_schema(data, index=True, primary_key=None, version=True): Notes ----- - See `_as_json_table_type` for conversion types. + See `Table Schema + `__ for + conversion types. Timedeltas as converted to ISO8601 duration format with 9 decimal places after the seconds field for nanosecond precision.