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#7588
Author: Gábor Lipták <[email protected]>
Closes#12833 from gliptak/akima and squashes the following commits:
a63dc31 [Gábor Lipták] Implement Akima1DInterpolator
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.18.1.txt
+1
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,7 @@ Other Enhancements
77
77
- ``pd.read_csv()`` now supports opening ZIP files that contains a single CSV, via extension inference or explict ``compression='zip'`` (:issue:`12175`)
78
78
- ``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`)
79
79
- ``pd.read_msgpack()`` now always gives writeable ndarrays even when compression is used (:issue:`12359`).
80
+
- ``interpolate()`` now supports ``method='akima'`` (:issue:`7588`).
80
81
- ``Index.take`` now handles ``allow_fill`` and ``fill_value`` consistently (:issue:`12631`)
0 commit comments