You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ENH: Add support for reading 110-format Stata dta files (#58044)
* ENH: Add support for reading 110-format Stata dta files
* Add whatsnew note to v3.0.0.rst
* Add a test data file containing value labels
* Compare version number inclusively when determining whether to use old or new typlist version
* Add a big-endian version of the test data set
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v3.0.0.rst
+2
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,8 @@ Other enhancements
44
44
- :meth:`DataFrame.fillna` and :meth:`Series.fillna` can now accept ``value=None``; for non-object dtype the corresponding NA value will be used (:issue:`57723`)
45
45
- :meth:`Series.cummin` and :meth:`Series.cummax` now supports :class:`CategoricalDtype` (:issue:`52335`)
46
46
- :meth:`Series.plot` now correctly handle the ``ylabel`` parameter for pie charts, allowing for explicit control over the y-axis label (:issue:`58239`)
47
+
- Support reading Stata 110-format (Stata 7) dta files (:issue:`47176`)
0 commit comments