Skip to content

Commit 367432c

Browse files
authored
DOC: Link to table schema and remove reference to internal API (#33791)
1 parent 095ad41 commit 367432c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pandas/io/json/_table_schema.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,9 @@ def build_table_schema(data, index=True, primary_key=None, version=True):
211211
212212
Notes
213213
-----
214-
See `_as_json_table_type` for conversion types.
214+
See `Table Schema
215+
<https://pandas.pydata.org/docs/user_guide/io.html#table-schema>`__ for
216+
conversion types.
215217
Timedeltas as converted to ISO8601 duration format with
216218
9 decimal places after the seconds field for nanosecond precision.
217219

0 commit comments

Comments
 (0)