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 type conversion to read_stata and StataReader
Added upcasting of numeric types which will default numeric data to either
int64 or float64. This option has been enabled by default.
closespandas-dev#8527
Copy file name to clipboardExpand all lines: doc/source/v0.15.0.txt
+1
Original file line number
Diff line number
Diff line change
@@ -864,6 +864,7 @@ Enhancements
864
864
- Added support for writing datetime64 columns with ``to_sql`` for all database flavors (:issue:`7103`).
865
865
866
866
- Added support for bool, uint8, uint16 and uint32 datatypes in ``to_stata`` (:issue:`7097`, :issue:`7365`)
867
+
- Added conversion option when importing Stata files (:issue:`8527`)
867
868
868
869
- Added ``layout`` keyword to ``DataFrame.plot``. You can pass a tuple of ``(rows, columns)``, one of which can be ``-1`` to automatically infer (:issue:`6667`, :issue:`8071`).
869
870
- Allow to pass multiple axes to ``DataFrame.plot``, ``hist`` and ``boxplot`` (:issue:`5353`, :issue:`6970`, :issue:`7069`)
0 commit comments