Skip to content

Commit 6876975

Browse files
phoflmeeseeksmachine
authored andcommitted
Backport PR pandas-dev#44531: Add json normalize back into doc and move read_json to pd namespace
1 parent b2ffa0b commit 6876975

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)