-
-
Notifications
You must be signed in to change notification settings - Fork 18.2k
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
DEPR: string indexing along index for datetimes #36179
DEPR: string indexing along index for datetimes #36179
Conversation
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.
on board with this, ping when passing
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.
also the ???
placeholder before I had a PR number. just updated |
…pr-str-date-indexing
…pr-str-date-indexing
…pr-str-date-indexing
could use some help with the ipython directive errors |
…pr-str-date-indexing
…pr-str-date-indexing
…pr-str-date-indexing
…pr-str-date-indexing
…pr-str-date-indexing
ping |
thanks, can you add the entry to the deprecation removal issue as well when you have a sec |
@@ -590,24 +595,28 @@ This starts on the very first time in the month, and includes the last date and | |||
time for the month: | |||
|
|||
.. ipython:: python | |||
:okwarning: | |||
|
|||
dft['2013-1':'2013-2'] |
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.
This is not actually deprecated, right? (and thus shouldn't raise a warning?)
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.
Good catch. I think this should be deprecated too.
Edit: On further thought, not sure.
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff
Let's get ourselves one less special case to worry about