-
-
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
Accessing fields in datetime64 Series #2315
Comments
this is easily accomplished via timedelta64 types, closing |
I'm reopening until this is actually implemented-- it's not very easy to access fields on datetime64-dtype Series right now |
maybe I misunderstood what the op was after I agree it's not totally implemented as need to actually have a timedeltas scalar (but indicated that in another issue) |
maybe combine with #3009? |
#3009 is a distinct concern. I wasn't actually interested in solving the OP's question per se but rather to make it possible to access the datetime fields in a datetime64 dtype Series without having to convert it to a DatetimeIndex. |
dealing with this in #7207 |
xref: http://stackoverflow.com/questions/13478597/arithmetic-on-date-series-not-an-index-in-pandas
The text was updated successfully, but these errors were encountered: