@@ -53,7 +53,7 @@ pandas 0.13.1
53
53
New features
54
54
~~~~~~~~~~~~
55
55
56
- - Added ``date_format `` and ``datetime_format `` attribute to ExcelWriter.
56
+ - Added ``date_format `` and ``datetime_format `` attribute to `` ExcelWriter `` .
57
57
(:issue: `4133 `)
58
58
59
59
API Changes
@@ -91,14 +91,14 @@ Improvements to existing features
91
91
allow multiple axes to be used to operate on slabs of a ``Panel ``
92
92
- The ``ArrayFormatter `` for ``datetime `` and ``timedelta64 `` now intelligently
93
93
limit precision based on the values in the array (:issue: `3401 `)
94
- - pd.show_versions() is now available for convenience when reporting issues.
94
+ - `` pd.show_versions() `` is now available for convenience when reporting issues.
95
95
- perf improvements to Series.str.extract (:issue: `5944 `)
96
96
- perf improvments in ``dtypes/ftypes `` methods (:issue: `5968 `)
97
97
- perf improvments in indexing with object dtypes (:issue: `5968 `)
98
- - improved dtype inference for ``timedelta `` like passed to constructors (:issue: `5458 `,:issue: `5689 `)
98
+ - improved dtype inference for ``timedelta `` like passed to constructors (:issue: `5458 `, :issue: `5689 `)
99
99
- escape special characters when writing to latex (:issue: `5374 `)
100
100
- perf improvements in ``DataFrame.apply `` (:issue: `6013 `)
101
- - pd.to_csv and pd.to_datetime learned a new ``infer_datetime_format `` keyword which greatly
101
+ - `` pd.read_csv `` and `` pd.to_datetime `` learned a new ``infer_datetime_format `` keyword which greatly
102
102
improves parsing perf in many cases. Thanks to @lexual for suggesting and @danbirken
103
103
for rapidly implementing. (:issue: `5490 `,:issue: `6021 `)
104
104
- add ability to recognize '%p' format code (am/pm) to date parsers when the specific format
@@ -134,7 +134,7 @@ Bug Fixes
134
134
- ``pd.match `` not returning passed sentinel
135
135
- ``Panel.to_frame() `` no longer fails when ``major_axis `` is a
136
136
``MultiIndex `` (:issue: `5402 `).
137
- - Bug in ``pd.read_msgpack `` with inferring a ``DateTimeIndex `` frequencey
137
+ - Bug in ``pd.read_msgpack `` with inferring a ``DateTimeIndex `` frequency
138
138
incorrectly (:issue: `5947 `)
139
139
- Fixed ``to_datetime `` for array with both Tz-aware datetimes and ``NaT ``'s (:issue: `5961 `)
140
140
- Bug in rolling skew/kurtosis when passed a Series with bad data (:issue: `5749 `)
@@ -169,8 +169,7 @@ Bug Fixes
169
169
- Bug in DataFrame construction with recarray and non-ns datetime dtype (:issue: `6140 `)
170
170
- Bug in ``.loc `` setitem indexing with a datafrme on rhs, multiple item setting, and
171
171
a datetimelike (:issue: `6152 `)
172
- - Fixed a stack overflow bug in ``query ``/``eval `` during lexicographic
173
- string comparisons (:issue: `6155 `).
172
+ - Fixed a bug in ``query ``/``eval `` during lexicographic string comparisons (:issue: `6155 `).
174
173
- Fixed a bug in ``query `` where the index of a single-element ``Series `` was
175
174
being thrown away (:issue: `6148 `).
176
175
- Bug in ``HDFStore `` on appending a dataframe with multi-indexed columns to
0 commit comments