We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cudf.from_pandas(pd.PeriodIndex)
RuntimeError
Steps/Code to reproduce bug
(Pdb) pd_idx PeriodIndex(['2001-01-05', '2001-01-02', '2001-01-04', '2001-01-11', '2001-01-10', '2001-01-08', '2001-01-09', '2001-01-06', '2001-01-01', '2001-01-03', '2001-01-07'], dtype='period[D]') (Pdb) cudf.from_pandas(pd_idx) *** RuntimeError: CUDF failure at:/nvme/0/pgali/cudf/cpp/src/interop/from_arrow.cu:87: Unsupported type_id conversion to cudf
Expected behavior Raise a TypeError.
TypeError
Environment overview (please complete the following information)
The text was updated successfully, but these errors were encountered:
PeriodIndex.mean
galipremsagar
No branches or pull requests
Steps/Code to reproduce bug
Expected behavior
Raise a
TypeError
.Environment overview (please complete the following information)
The text was updated successfully, but these errors were encountered: