We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fdd0d6 commit 5429247Copy full SHA for 5429247
doc/source/whatsnew/v1.5.0.rst
@@ -95,6 +95,7 @@ Other enhancements
95
- :meth:`pd.concat` now raises when ``levels`` is given but ``keys`` is None (:issue:`46653`)
96
- :meth:`pd.concat` now raises when ``levels`` contains duplicate values (:issue:`46653`)
97
- Added ``numeric_only`` argument to :meth:`DataFrame.corr`, :meth:`DataFrame.corrwith`, and :meth:`DataFrame.cov` (:issue:`46560`)
98
+- Added ``index`` parameter to :meth:`DataFrame.to_dict` (:issue:`46398`)
99
100
.. ---------------------------------------------------------------------------
101
.. _whatsnew_150.notable_bug_fixes:
0 commit comments