Skip to content

Commit 9594c04

Browse files
author
MarcoGorelli
committed
whatsnew
1 parent 1316559 commit 9594c04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v0.24.0.rst

+1
Original file line numberDiff line numberDiff line change
@@ -687,6 +687,7 @@ As can be seen, the ``dtype`` is object; each value in the column is a string.
687687
To convert the strings to an array of datetimes, the ``date_parser`` argument
688688

689689
.. ipython:: python
690+
:okwarning:
690691
691692
df = pd.read_csv(io.StringIO(content), parse_dates=['a'],
692693
date_parser=lambda col: pd.to_datetime(col, utc=True))

0 commit comments

Comments
 (0)