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.pandas
Is your feature request related to a problem? Please describe. Pandas has Holidays class and it's child classes: https://github.com/pandas-dev/pandas/blob/ea7bcd14c8071e37656066cd3ed92312596892d8/pandas/tseries/holiday.py#L148, we should enable these in cudf.pandas
Holidays
The text was updated successfully, but these errors were encountered:
Holiday
Enabled Holiday types in cudf.pandas (#15664)
c576e97
Fixes: #15663 This PR enables `Holiday` types in `cudf.pandas` by also adding a utility to create a composite meta class. Authors: - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - Matthew Roeschke (https://github.com/mroeschke) URL: #15664
galipremsagar
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
Pandas has
Holidays
class and it's child classes: https://github.com/pandas-dev/pandas/blob/ea7bcd14c8071e37656066cd3ed92312596892d8/pandas/tseries/holiday.py#L148, we should enable these incudf.pandas
The text was updated successfully, but these errors were encountered: