Skip to content

DOC: add SA01 for pandas.tseries.api.guess_datetime_format #58756

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

tuhinsharma121
Copy link
Contributor

fixes

pandas.tseries.api.guess_datetime_format SA01

@tuhinsharma121 tuhinsharma121 marked this pull request as ready for review May 17, 2024 17:47
Comment on lines 864 to 865
determined for proper parsing. The function handles various datetime components
including year, month, day, hour, minute, second, and timezone information.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.

Copy link
Contributor Author

@tuhinsharma121 tuhinsharma121 May 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mroeschke I shall make the change.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@mroeschke mroeschke added the Docs label May 17, 2024
@mroeschke mroeschke added this to the 3.0 milestone May 17, 2024
@mroeschke mroeschke merged commit a3e751c into pandas-dev:main May 17, 2024
51 checks passed
@mroeschke
Copy link
Member

Thanks @tuhinsharma121

@tuhinsharma121 tuhinsharma121 deleted the pandas.tseries.api.guess_datetime_format branch May 18, 2024 01:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants