@@ -71,10 +71,10 @@ Improvements to existing features
71
71
72
72
- perf improvements in Series datetime/timedelta binary operations (:issue: `5801 `)
73
73
- `option_context ` context manager now available as top-level API (:issue: `5752 `)
74
- - df.info() view now display dtype info per column (:issue: `5682 `)
75
- - df.info() now honors option max_info_rows, disable null counts for large frames (:issue: `5974 `)
74
+ - df.info() view now display dtype info per column (:issue: `5682 `)
75
+ - df.info() now honors option max_info_rows, disable null counts for large frames (:issue: `5974 `)
76
76
- perf improvements in DataFrame ``count/dropna `` for ``axis=1 ``
77
- - Series.str.contains now has a `regex=False ` keyword which can be faster for plain (non-regex) string patterns. (:issue: `5879 `)
77
+ - Series.str.contains now has a `regex=False ` keyword which can be faster for plain (non-regex) string patterns. (:issue: `5879 `)
78
78
- support ``dtypes `` on ``Panel ``
79
79
- extend ``Panel.apply `` to allow arbitrary functions (rather than only ufuncs) (:issue: `1148 `)
80
80
allow multiple axes to be used to operate on slabs of a ``Panel ``
@@ -114,9 +114,9 @@ Bug Fixes
114
114
``MultiIndex `` (:issue: `5402 `).
115
115
- Bug in ``pd.read_msgpack `` with inferring a ``DateTimeIndex `` frequencey
116
116
incorrectly (:issue: `5947 `)
117
- - Fixed ``to_datetime `` for array with both Tz-aware datetimes and ``NaT``s (:issue:`5961`)
117
+ - Fixed ``to_datetime `` for array with both Tz-aware datetimes and ``NaT ``' s (:issue: `5961 `)
118
118
- Bug in rolling skew/kurtosis when passed a Series with bad data (:issue: `5749 `)
119
- - Bug in scipy ``interpolate `` methods with a datetime index (:issue: `5975 `)
119
+ - Bug in scipy ``interpolate `` methods with a datetime index (:issue: `5975 `)
120
120
- Bug in NaT comparison if a mixed datetime/np.datetime64 with NaT were passed (:issue: `5968 `)
121
121
122
122
pandas 0.13.0
0 commit comments