Skip to content

DOC: pandas.json_normalize missing from API Reference portion of documentation #42540

Closed
@TimelikeClosure

Description

@TimelikeClosure

Location of the documentation

https://pandas.pydata.org/docs/dev/reference/api/pandas.json_normalize.html (currently responds with a 404 Not Found)

Documentation problem

While the source code does contain API reference documentation for pandas.json_normalize (previously pandas.io.json.json_normalize) as seen in /pandas/io/json/_normalize.py, it isn't available in the documentation for the current version of pandas hosted on pandas.pydata.org.

Suggested fix for documentation

At least one older version of pandas does have documentation that includes a json_normalize API reference under its old name (pandas.io.json.json_normalize in v0.25.0), so it seems feasible that it was removed by accident when its old name was deprecated in v1.0.0. Attempting to visit pandas.io.json.json_normalize in the current version of the documentation redirects to the new name (pandas.json_normalize), which responds with a 404.

Metadata

Metadata

Assignees

No one assigned

    Labels

    DocsIO JSONread_json, to_json, json_normalize

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions