[FEA] DatetimeIndex Frequency/TZ
Open
feature request
Python
- Dominant language
- C++
- Stars
- 9.8k
- Forks
- 1.1k
- Avg merge
- 3d 6m
- Merged PRs (30d)
- 278
Description
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]:
```
For more info on these extended dtypes: https://pandas.pydata.org/pandas-docs/stable/user_guide/timeseries.html#period-dtypes
Contributor guide
Assessment
This issue has not been assessed yet.