We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First google result for json_normalize will yield:
https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.io.json.json_normalize.html
This however is a dead link. I think the issue is we moved json_normalize to the top-level pd.namespace, so this works:
https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.json_normalize.html
The former should redirect to the latter
The text was updated successfully, but these errors were encountered:
Weird thought: https://github.com/pandas-dev/pandas/pull/27615/files#diff-47f38b5b26d0c19878c1e8e90a65463dR780
Would have solved this.. but clearly not!
Sorry, something went wrong.
The link https://pandas.pydata.org/pandas-docs/stable/reference works but /api throws 404 error.
https://pandas.pydata.org/pandas-docs/stable/reference
/api
Successfully merging a pull request may close this issue.
First google result for json_normalize will yield:
https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.io.json.json_normalize.html
This however is a dead link. I think the issue is we moved json_normalize to the top-level pd.namespace, so this works:
https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.json_normalize.html
The former should redirect to the latter
The text was updated successfully, but these errors were encountered: