Skip to content

Commit 548fdb9

Browse files
committed
DOC: Clarify date_format usage in read_csv documentation specifically pandas/io/parsers/readers.py issue pandas-dev#59557
1 parent c4467a9 commit 548fdb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/parsers/readers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ class _read_shared(TypedDict, Generic[HashableT], total=False):
321321
322322
Note: A fast-path exists for iso8601-formatted dates.
323323
date_format : str or dict of column -> format, optional
324-
Format to use for parsing dates when used in conjunction with ``parse_dates``.
324+
Format to use for parsing dates and/or times when used in conjunction with ``parse_dates``.
325325
The strftime to parse time, e.g. :const:`"%d/%m/%Y"`. See
326326
`strftime documentation
327327
<https://docs.python.org/3/library/datetime.html

0 commit comments

Comments
 (0)