pandas-dev / pandas

Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
https://pandas.pydata.org
BSD 3-Clause "New" or "Revised" License
42.57k stars 17.56k forks source link

DOC: json_normalize breaking changes in pandas 3.0.0 #59127

Closed JMBurley closed 3 days ago

JMBurley commented 3 days ago

For context: #51542 & #57422.

As discussed in the above issues,json_normalize has breaking changes in 3.0.0. This is a quick fix to make that more salient in the update documentation, as I very much expect there to be code in the wild that uses the current json_normalize behaviour.

mroeschke commented 3 days ago

pre-commit.ci autofix

mroeschke commented 3 days ago

Thanks @JMBurley