Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable construction of Index when
freq
is set in pandas-compatibil…
…ity mode (#13857) This PR raises an error when a `cudf` column/series/Index is being constructed using a pandas Index that has a `freq` set. This error is raised only in pandas-compatibility mode, because we will have to switch to `cudf.date_range` everywhere in the code base and examples, and `cudf.date_range` still isn't at a full feature parity with `pd.date_range`. Authors: - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - Ashwin Srinath (https://github.com/shwina) URL: #13857
- Loading branch information