Skip to content

Commit

Permalink
DOC: incorporate review suggestions
Browse files Browse the repository at this point in the history
Co-authored-by: mroeschke <mroeschke@users.noreply.github.com>
  • Loading branch information
tuhinsharma121 and mroeschke committed May 17, 2024
1 parent 578dfd7 commit 640ecad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pandas/_libs/tslibs/parsing.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -861,8 +861,7 @@ def guess_datetime_format(dt_str: str, bint dayfirst=False) -> str | None:

This function attempts to deduce the format of a given datetime string. It is
useful for situations where the datetime format is unknown and needs to be
determined for proper parsing. The function handles various datetime components
including year, month, day, hour, minute, second, and timezone information.
determined for proper parsing. The function is not guaranteed to return a format.

Parameters
----------
Expand Down

0 comments on commit 640ecad

Please sign in to comment.