Skip to content

Commit 3b33fe4

Browse files
Backport PR #44531: Add json normalize back into doc and move read_json to pd namespace (#44542)
Co-authored-by: Patrick Hoefler <[email protected]>
1 parent b2ffa0b commit 3b33fe4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/source/reference/io.rst

+5-2
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,18 @@ Excel
5757

5858
ExcelWriter
5959

60-
.. currentmodule:: pandas.io.json
60+
.. currentmodule:: pandas
6161

6262
JSON
6363
~~~~
6464
.. autosummary::
6565
:toctree: api/
6666

6767
read_json
68-
to_json
68+
json_normalize
69+
DataFrame.to_json
70+
71+
.. currentmodule:: pandas.io.json
6972

7073
.. autosummary::
7174
:toctree: api/

0 commit comments

Comments
 (0)