Skip to content

Commit 7d1c36a

Browse files
authored
DOC: add json_normalize in See Also for read_json (#43625)
1 parent 44f5d69 commit 7d1c36a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/io/json/_json.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,7 @@ def read_json(
502502
--------
503503
DataFrame.to_json : Convert a DataFrame to a JSON string.
504504
Series.to_json : Convert a Series to a JSON string.
505+
json_normalize : Normalize semi-structured JSON data into a flat table.
505506
506507
Notes
507508
-----

0 commit comments

Comments
 (0)