@@ -53,7 +53,7 @@ pandas 0.13.1
5353New features
5454~~~~~~~~~~~~
5555
56- - Added ``date_format `` and ``datetime_format `` attribute to ExcelWriter.
56+ - Added ``date_format `` and ``datetime_format `` attribute to `` ExcelWriter `` .
5757 (:issue: `4133 `)
5858
5959API Changes
@@ -91,14 +91,14 @@ Improvements to existing features
9191 allow multiple axes to be used to operate on slabs of a ``Panel ``
9292 - The ``ArrayFormatter `` for ``datetime `` and ``timedelta64 `` now intelligently
9393 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.
9595 - perf improvements to Series.str.extract (:issue: `5944 `)
9696 - perf improvments in ``dtypes/ftypes `` methods (:issue: `5968 `)
9797 - 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 `)
9999 - escape special characters when writing to latex (:issue: `5374 `)
100100 - 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
102102 improves parsing perf in many cases. Thanks to @lexual for suggesting and @danbirken
103103 for rapidly implementing. (:issue: `5490 `,:issue: `6021 `)
104104 - add ability to recognize '%p' format code (am/pm) to date parsers when the specific format
@@ -134,7 +134,7 @@ Bug Fixes
134134 - ``pd.match `` not returning passed sentinel
135135 - ``Panel.to_frame() `` no longer fails when ``major_axis `` is a
136136 ``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
138138 incorrectly (:issue: `5947 `)
139139 - Fixed ``to_datetime `` for array with both Tz-aware datetimes and ``NaT ``'s (:issue: `5961 `)
140140 - Bug in rolling skew/kurtosis when passed a Series with bad data (:issue: `5749 `)
@@ -169,8 +169,7 @@ Bug Fixes
169169 - Bug in DataFrame construction with recarray and non-ns datetime dtype (:issue: `6140 `)
170170 - Bug in ``.loc `` setitem indexing with a datafrme on rhs, multiple item setting, and
171171 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 `).
174173 - Fixed a bug in ``query `` where the index of a single-element ``Series `` was
175174 being thrown away (:issue: `6148 `).
176175 - Bug in ``HDFStore `` on appending a dataframe with multi-indexed columns to
0 commit comments