Skip to content

Commit 13c4069

Browse files
DOC: Clarify date_format usage in read_csv documentation specifically… (#59566)
DOC: Clarify date_format usage in read_csv documentation specifically pandas/io/parsers/readers.py issue #59557 Co-authored-by: Matthew Roeschke <[email protected]>
1 parent 851639d commit 13c4069

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)