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
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.16.0.txt
+3-1
Original file line number
Diff line number
Diff line change
@@ -198,7 +198,9 @@ Other enhancements
198
198
- Added ``days_in_month`` (compatibility alias ``daysinmonth``) property to ``Timestamp``, ``DatetimeIndex``, ``Period``, ``PeriodIndex``, and ``Series.dt`` (:issue:`9572`)
199
199
- Added ``decimal`` option in ``to_csv`` to provide formatting for non-'.' decimal separators (:issue:`781`)
200
200
- Added ``normalize`` option for ``Timestamp`` to normalized to midnight (:issue:`8794`)
201
-
201
+
- Added example for ``DataFrame`` import to R using HDF5 file and ``rhdf5``
202
+
library. See the :ref:`documentation <io.external_compatibility>` for more
0 commit comments