-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Add ss02 #37559
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
Add ss02 #37559
Conversation
8856798
to
51425d7
Compare
@jreback I resolved your comments, I think this is ready for review. Test that is failing in CI is pandas/tests/test_sorting.py which passes on my machine and is unrelated to this PR. |
""" | ||
Timestamp.strftime(format) | ||
|
||
Return a string representing the given POSIX timestamp |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you add the link to the format strings (pointed at here: https://pandas.pydata.org/docs/reference/api/pandas.DatetimeIndex.strftime.html?highlight=strftime#pandas.DatetimeIndex.strftime)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have added the link
thanks @abhishekmangla |
SS02
and check in CI #25113, closes DOC: TimeStamp.strftime() missing argument description #36745black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff