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

[FEA] DatetimeIndex Frequency/TZ #1940

Open
quasiben opened this issue Jun 6, 2019 · 0 comments
Open

[FEA] DatetimeIndex Frequency/TZ #1940

quasiben opened this issue Jun 6, 2019 · 0 comments
Labels
feature request New feature or request Python Affects Python cuDF API.

Comments

@quasiben
Copy link
Member

quasiben commented Jun 6, 2019

In Pandas, DatetimeIndexes can report back the frequency and timezone. I think this would be useful/nice for cuDF but it's not a high priority at all.

In [70]: pd.date_range(end='1/1/2018', periods=8).freq
Out[70]: <Day>

For more info on these extended dtypes: https://pandas.pydata.org/pandas-docs/stable/user_guide/timeseries.html#period-dtypes

@quasiben quasiben added Needs Triage Need team to review and classify feature request New feature or request labels Jun 6, 2019
@kkraus14 kkraus14 added Python Affects Python cuDF API. and removed Needs Triage Need team to review and classify labels Jun 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request Python Affects Python cuDF API.
Projects
Status: No status
Development

No branches or pull requests

3 participants