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.20.0.txt
+2-2
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ fixed-width text files, and :func:`read_excel` for parsing Excel files.
59
59
to_datetime has gained an origin parameter
60
60
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
61
61
62
-
``pd.to_datetime`` has gained a new parameter, ``origin``, to define an offset
62
+
``pd.to_datetime`` has gained a new parameter, ``origin``, to define a reference date
63
63
from where to compute the resulting ``DatetimeIndex``. (:issue:`11276`, :issue:`11745`)
64
64
65
65
Start with 1960-01-01 as the starting date
@@ -336,7 +336,7 @@ Other Enhancements
336
336
- ``pd.DataFrame.to_latex`` and ``pd.DataFrame.to_string`` now allow optional header aliases. (:issue:`15536`)
337
337
- Re-enable the ``parse_dates`` keyword of ``read_excel`` to parse string columns as dates (:issue:`14326`)
338
338
- Added ``.empty`` property to subclasses of ``Index``. (:issue:`15270`)
339
-
339
+
- Enabled floor division for ``Timedelta`` and ``TimedeltaIndex`` (:issue:`15828`)
340
340
- ``pandas.io.json.json_normalize()`` gained the option ``errors='ignore'|'raise'``; the default is ``errors='raise'`` which is backward compatible. (:issue:`14583`)
341
341
- ``pandas.io.json.json_normalize()`` with an empty ``list`` will return an empty ``DataFrame`` (:issue:`15534`)
342
342
- ``pandas.io.json.json_normalize()`` has gained a ``sep`` option that accepts ``str`` to separate joined fields; the default is ".", which is backward compatible. (:issue:`14883`)
0 commit comments