-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
ENH: .interval accessor #16401
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
Labels
Comments
cc @shoyer @zfrenchee @buyology @TomAugspurger |
e.g. this might make a reasonable syntax for indexing
we do with for example now
|
cc @jschendel |
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
similar to how we work with
.dt
,.str
, and.cat
accessors, it might be nice to expose an.interval
accessor; in particular this might make nice indexing expressions, xref to #16316http://stackoverflow.com/questions/44088460/interval-datatype-in-pandas-find-midpoint-left-center-etc/44088970#44088970
The text was updated successfully, but these errors were encountered: