We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b36e83c commit 95e4440Copy full SHA for 95e4440
doc/source/whatsnew/v0.20.0.txt
@@ -92,6 +92,8 @@ Backwards incompatible API changes
92
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
93
94
95
+.. _whatsnew.api_breaking.index_map
96
+
97
Map on Index types now return other Index types
98
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
99
@@ -133,7 +135,7 @@ Map on Index types now return other Index types
133
135
mi.map(lambda x: x[0])
134
136
137
-- ``map`` on a Series withe datetime64 values may return int64 dtypes rather than int32
138
+- ``map`` on a Series with datetime64 values may return int64 dtypes rather than int32
139
140
.. ipython:: python
141
0 commit comments