We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d2b46d commit f1acf8bCopy full SHA for f1acf8b
pandas/io/json/_json.py
@@ -540,6 +540,7 @@ def read_json(
540
- ``'index'`` : dict like ``{{index -> {{column -> value}}}}``
541
- ``'columns'`` : dict like ``{{column -> {{index -> value}}}}``
542
- ``'values'`` : just the values array
543
+ - ``'table'`` : dict like ``{{'schema': {{schema}}, 'data': {{data}}}}``
544
545
The allowed and default values depend on the value
546
of the `typ` parameter.
0 commit comments