Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable creation of
DatetimeIndex
when freq
is passed to `cudf.da…
…te_range` (#13890) In #13857, we disabled the construction of `DatetimeIndex` & `TimedeltaIndex` when their pandas counter-parts have `freq` set. However, when `freq` is passed to `date_range`, the expectation and pandas-behavior is to return a `DateTimeIndex` with `freq` set. This isn't possible with cudf currently, hence disabled the construction of `DatetimeIndex` in this case. Authors: - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - Bradley Dice (https://github.com/bdice) URL: #13890
- Loading branch information