Skip to content

DOC: Insert "pandas" into json_normalize examples #36184

New issue

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

Closed
joseberlines opened this issue Sep 7, 2020 · 0 comments · Fixed by #36194
Closed

DOC: Insert "pandas" into json_normalize examples #36184

joseberlines opened this issue Sep 7, 2020 · 0 comments · Fixed by #36194
Labels
Docs good first issue IO JSON read_json, to_json, json_normalize
Milestone

Comments

@joseberlines
Copy link

Location of the documentation

https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.json_normalize.html

Documentation problem

It seems that in the examples cells the json_normalize is not preceded by pandas. (i.e. pandas dot)
This does not allow to simply copy and paste the examples.

Suggested fix for documentation

Just insert " pandas. " preceding the json_normalize() method in the example cells where it is missing.

@joseberlines joseberlines added Docs Needs Triage Issue that has not been reviewed by a pandas team member labels Sep 7, 2020
@MarcoGorelli MarcoGorelli added good first issue and removed Needs Triage Issue that has not been reviewed by a pandas team member labels Sep 7, 2020
@dsaxton dsaxton changed the title DOC: DOC: Insert "pandas" into json_normalize examples Sep 7, 2020
@jreback jreback added this to the 1.2 milestone Sep 8, 2020
@jreback jreback added the IO JSON read_json, to_json, json_normalize label Sep 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Docs good first issue IO JSON read_json, to_json, json_normalize
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants