Skip to content

Commit f1acf8b

Browse files
DOC: Add orient=table explanation to read_json doc (#51601)
1 parent 6d2b46d commit f1acf8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/io/json/_json.py

+1
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,7 @@ def read_json(
540540
- ``'index'`` : dict like ``{{index -> {{column -> value}}}}``
541541
- ``'columns'`` : dict like ``{{column -> {{index -> value}}}}``
542542
- ``'values'`` : just the values array
543+
- ``'table'`` : dict like ``{{'schema': {{schema}}, 'data': {{data}}}}``
543544
544545
The allowed and default values depend on the value
545546
of the `typ` parameter.

0 commit comments

Comments
 (0)