Skip to content

Commit b1c7f87

Browse files
add whatsnew
1 parent 925ce1b commit b1c7f87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v0.19.0.txt

+1
Original file line numberDiff line numberDiff line change
@@ -516,6 +516,7 @@ Other enhancements
516516
- The ``pd.read_json`` and ``DataFrame.to_json`` has gained support for reading and writing json lines with ``lines`` option see :ref:`Line delimited json <io.jsonl>` (:issue:`9180`)
517517
- :func:``read_excel`` now supports the true_values and false_values keyword arguments (:issue:`13347`)
518518
- ``groupby()`` will now accept a scalar and a single-element list for specifying ``level`` on a non-``MultiIndex`` grouper. (:issue:`13907`)
519+
- Re-enable the ``parse_dates`` keyword of ``read_excel`` to parse string columns as dates (:issue:`14326`)
519520

520521
.. _whatsnew_0190.api:
521522

0 commit comments

Comments
 (0)