-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
ENH: Series between inclusive end point bifurcation #12398
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
Comments
this should not be a separate method, maybe as an argument to So what exactly is the use case here? |
Desired functionality is to augment existing functionality of pd.Series.between as follows: Instead of this...
Have something like this:
Here is the first proposed revision:
|
@jreback yes, this method already exists ... (didn't know that! so my first reaction was the same as yours) So given that, I don't see any harm is extending its functionality a little bit |
I suppose ok, but let's deprecate this method entirely. This is just another (confusing) way of doing things. There are already too many ways of doing indexing. This (although a nice name) is just bloating the API. Pls create another issue for this deprecation (which will have to wait for 0.19.0) |
+1 for deprecating between |
closed in favor of #13027 |
Allow ability to distinguish inclusiveness of left and right boundaries. I've written the code and tests, but need a GH tracking number prior to submitting a PR.
The text was updated successfully, but these errors were encountered: