Skip to content
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 datetimeindex accessors to timeseries documentation (timeseries.rst) #6998

Closed
mikebailey opened this issue Apr 29, 2014 · 1 comment
Closed

Comments

@mikebailey
Copy link
Contributor

All of the timestamp/datetimeindex accessors are not in the timeseries documentation (they currently are only referenced in the api documentation). It would be great to have a section on these accessors:

.year
.month
.day
.hour
.minute
.second
.microsecond
.nanosecond
.date
.time
.dayofyear
.weekofyear
.week
.dayofweek
.weekday
.quarter
.is_month_start
.is_month_end
.is_quarter_start
.is_quarter_end
.is_year_start
.is_year_end

Additionally, some of these accessors (e.g. weekofyear) are not frequency aware and users should be alerted to that fact.

@jorisvandenbossche
Copy link
Member

Would you be able to do a PR for this? Indeed very welcome!

@jreback jreback added the Docs label Apr 29, 2014
@jreback jreback added this to the 0.14.0 milestone Apr 29, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants