Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6e6ebf4

Browse files
authoredNov 20, 2021
Add json normalize back into doc and move read_json to pd namespace (#44531)
1 parent 56b73ac commit 6e6ebf4

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)
Please sign in to comment.