Skip to content

Commit 9cd9e21

Browse files
committed
note breaking change in json_normalize retaining index
For context: #51542 & #57422
1 parent 0320b3c commit 9cd9e21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v3.0.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ Other API changes
234234
- pickle and HDF (``.h5``) files created with Python 2 are no longer explicitly supported (:issue:`57387`)
235235
- pickled objects from pandas version less than ``1.0.0`` are no longer supported (:issue:`57155`)
236236
- when comparing the indexes in :func:`testing.assert_series_equal`, check_exact defaults to True if an :class:`Index` is of integer dtypes. (:issue:`57386`)
237+
- Passing a :class:`Series` input to :func:`json_normalize` will now retain the :class:`Series` :class:`Index`, previously output had a new 0:N index (:issue:`51452`)
237238

238239
.. ---------------------------------------------------------------------------
239240
.. _whatsnew_300.deprecations:

0 commit comments

Comments
 (0)