From 07bcfce521c8beb0baff8dbf1c00b72b8c2ea0ab Mon Sep 17 00:00:00 2001 From: phofl Date: Sat, 20 Nov 2021 00:06:00 +0100 Subject: [PATCH] Add json normalize back into doc and move read_json to pd namespace --- doc/source/reference/io.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/source/reference/io.rst b/doc/source/reference/io.rst index 82d4ec4950ef1..7aad937d10a18 100644 --- a/doc/source/reference/io.rst +++ b/doc/source/reference/io.rst @@ -57,7 +57,7 @@ Excel ExcelWriter -.. currentmodule:: pandas.io.json +.. currentmodule:: pandas JSON ~~~~ @@ -65,7 +65,10 @@ JSON :toctree: api/ read_json - to_json + json_normalize + DataFrame.to_json + +.. currentmodule:: pandas.io.json .. autosummary:: :toctree: api/