You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
closes#12631
Author: sinhrks <[email protected]>
Closes#12676 from sinhrks/index_take and squashes the following commits:
3c19920 [sinhrks] API: Index.take inconsistently handle fill_value
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.18.1.txt
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,6 @@ New features
29
29
Enhancements
30
30
~~~~~~~~~~~~
31
31
32
-
33
32
.. _whatsnew_0181.partial_string_indexing:
34
33
35
34
Partial string indexing on ``DateTimeIndex`` when part of a ``MultiIndex``
@@ -59,6 +58,14 @@ Other Enhancements
59
58
- ``pd.read_csv()`` now supports opening ZIP files that contains a single CSV, via extension inference or explict ``compression='zip'`` (:issue:`12175`)
60
59
- ``pd.read_csv()`` now supports opening files using xz compression, via extension inference or explicit ``compression='xz'`` is specified; ``xz`` compressions is also supported by ``DataFrame.to_csv`` in the same way (:issue:`11852`)
61
60
- ``pd.read_msgpack()`` now always gives writeable ndarrays even when compression is used (:issue:`12359`).
61
+
- ``Index.take`` now handles ``allow_fill`` and ``fill_value`` consistently (:issue:`12631`)
0 commit comments