We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2816ca commit e80d8b2Copy full SHA for e80d8b2
doc/source/whatsnew/v1.1.0.rst
@@ -158,6 +158,7 @@ Indexing
158
- Bug in :meth:`PeriodIndex.is_monotonic` incorrectly returning ``True`` when containing leading ``NaT`` entries (:issue:`31437`)
159
- Bug in :meth:`DatetimeIndex.get_loc` raising ``KeyError`` with converted-integer key instead of the user-passed key (:issue:`31425`)
160
- Bug in :meth:`Series.xs` incorrectly returning ``Timestamp`` instead of ``datetime64`` in some object-dtype cases (:issue:`31630`)
161
+- Bug in :meth:`DataFrame.interpolate` raising ``UnboundLocalError`` when specifying the ``axis`` with a string (:issue:`25190`)
162
163
Missing
164
^^^^^^^
0 commit comments