Skip to content

DOC: Use use recommended library over deprecated library #31968

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

Merged
merged 1 commit into from
Feb 14, 2020
Merged

DOC: Use use recommended library over deprecated library #31968

merged 1 commit into from
Feb 14, 2020

Conversation

martinbjeldbak
Copy link
Contributor

Importing pandas.io.json.json_normalize in pandas 1.0.1 gives the following warning

FutureWarning: pandas.io.json.json_normalize is deprecated, use pandas.json_normalize instead

This PR updates the documentation here https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.json_normalize.html to use the recommended approach.

Importing pandas.io.json.json_normalize gives the following warning: `FutureWarning: pandas.io.json.json_normalize is deprecated, use pandas.json_normalize instead`
@WillAyd WillAyd added the Docs label Feb 14, 2020
@WillAyd WillAyd added this to the 1.1 milestone Feb 14, 2020
@WillAyd WillAyd merged commit fa2aa9f into pandas-dev:master Feb 14, 2020
@WillAyd
Copy link
Member

WillAyd commented Feb 14, 2020

Thanks @martinbjeldbak !

@martinbjeldbak martinbjeldbak deleted the json-normalize-doc-update branch February 15, 2020 01:52
roberthdevries pushed a commit to roberthdevries/pandas that referenced this pull request Mar 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants