[FEA] Add function "to_julian_date()" to cuDF
Open
feature request
Python
- Dominant language
- C++
- Stars
- 9.8k
- Forks
- 1.1k
- Avg merge
- 3d 6m
- Merged PRs (30d)
- 278
Description
'DatetimeIndex' object has no attribute 'to_julian_date', would be good if it could do as pandas:
julianday = pd.DatetimeIndex(df['mydatetime']).to_julian_date()
Contributor guide
Assessment
This issue has not been assessed yet.