Skip to content

Commit b790b36

Browse files
committed
DOC: v0.13.0 for stata enhancement
1 parent a7eb339 commit b790b36

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

doc/source/release.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Improvements to existing features
123123
without ``MultiIndex`` raises ``ValueError`` (:issue:`4759`, :issue:`4837`)
124124
- ``read_json`` now raises a (more informative) ``ValueError`` when the dict
125125
contains a bad key and ``orient='split'`` (:issue:`4730`, :issue:`4838`)
126-
- Accept Stata 13 format for reading (:issue:`4291`)
126+
- ``read_stata` now accepts Stata 13 format (:issue:`4291`)
127127
128128
API Changes
129129
~~~~~~~~~~~

doc/source/v0.13.0.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -312,9 +312,9 @@ Enhancements
312312

313313
Series(['a1', 'b2', 'c3']).str.extract('([ab])(\d)')
314314

315-
Elements that do not match return a row of ``NaN``s.
316-
Thus, a Series of messy strings can be "converted" into a
317-
like-indexed Series or DataFrame of cleaned-up or more useful strings,
315+
Elements that do not match return a row of ``NaN``s.
316+
Thus, a Series of messy strings can be "converted" into a
317+
like-indexed Series or DataFrame of cleaned-up or more useful strings,
318318
without necessitating ``get()`` to access tuples or ``re.match`` objects.
319319

320320
Named groups like
@@ -329,6 +329,7 @@ Enhancements
329329
Series(['a1', 'b2', '3']).str.match('(?P<letter>[ab])?(?P<digit>\d)')
330330

331331
can also be used.
332+
- ``read_stata` now accepts Stata 13 format (:issue:`4291`)
332333

333334

334335
.. _whatsnew_0130.experimental:

0 commit comments

Comments
 (0)