We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9075de9 commit e7c1360Copy full SHA for e7c1360
doc/source/whatsnew/v0.23.1.txt
@@ -45,7 +45,6 @@ Bug Fixes
45
~~~~~~~~~
46
47
- tab completion on :class:`Index` in IPython no longer outputs deprecation warnings (:issue:`21125`)
48
-- fix normalize to not except when json_normalize is fed a key with null value on inner most key (:issue:`21158`)
49
50
Groupby/Resample/Rolling
51
^^^^^^^^^^^^^^^^^^^^^^^^
@@ -82,7 +81,7 @@ Indexing
82
81
I/O
83
^^^
84
85
--
+- bug in :meth:`nested_to_record` when :meth:`json_normalize` was called with certain nested jsons (:issue:`21158`)
86
-
87
88
Plotting
0 commit comments