@@ -133,9 +133,9 @@ API changes
133133 to be inserted if ``True ``, default is ``False `` (same as prior to 0.12) (:issue: `3679 `)
134134 - Implement ``__nonzero__ `` for ``NDFrame `` objects (:issue: `3691 `, :issue: `3696 `)
135135
136- - IO api
136+ - IO API
137137
138- - added top-level function ``read_excel `` to replace the following,
138+ - Added top-level function ``read_excel `` to replace the following,
139139 The original API is deprecated and will be removed in a future version
140140
141141 .. code-block :: python
@@ -153,7 +153,7 @@ API changes
153153
154154 pd.read_excel(" path_to_file.xls" , " Sheet1" , index_col = None , na_values = [" NA" ])
155155
156- - added top-level function ``read_sql `` that is equivalent to the following
156+ - Added top-level function ``read_sql `` that is equivalent to the following
157157
158158 .. code-block :: python
159159
@@ -482,11 +482,11 @@ Bug fixes
482482
483483 - ``HDFStore ``
484484
485- - will retain index attributes (freq,tz,name) on recreation (:issue: `3499 `)
486- - will warn with a ``AttributeConflictWarning `` if you are attempting to append
485+ - Will retain index attributes (freq,tz,name) on recreation (:issue: `3499 `)
486+ - Will warn with a ``AttributeConflictWarning `` if you are attempting to append
487487 an index with a different frequency than the existing, or attempting
488488 to append an index with a different name than the existing
489- - support datelike columns with a timezone as data_columns (:issue: `2852 `)
489+ - Support datelike columns with a timezone as data_columns (:issue: `2852 `)
490490
491491 - Non-unique index support clarified (:issue: `3468 `).
492492
0 commit comments