File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,8 @@ pandas 0.10.0
37
37
- Add ``duplicated `` and ``drop_duplicates `` functions to Series (#1923)
38
38
- Add docs for ``HDFStore table `` format
39
39
- 'density' property in `SparseSeries ` (#2384)
40
+ - Add ``ffill `` and ``bfill `` convenience functions for forward- and
41
+ backfilling time series data (#2284)
40
42
41
43
**API Changes **
42
44
@@ -52,6 +54,9 @@ pandas 0.10.0
52
54
- Values like YES/NO/yes/no will not be considered as boolean by default any
53
55
longer in the file parsers. This can be customized using the new
54
56
``true_values `` and ``false_values `` options (#2360)
57
+ - `obj.fillna() ` is no longer valid; make `method='pad' ` no longer the
58
+ default option, to be more explicit about what kind of filling to
59
+ perform. Add `ffill/bfill ` convenience functions per above (#2284)
55
60
56
61
**Improvements to existing features **
57
62
You can’t perform that action at this time.
0 commit comments