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
In Pandas, DatetimeIndexes can report back the frequency and timezone. I think this would be useful/nice for cuDF but it's not a high priority at all.
In [70]: pd.date_range(end='1/1/2018', periods=8).freq Out[70]: <Day>
For more info on these extended dtypes: https://pandas.pydata.org/pandas-docs/stable/user_guide/timeseries.html#period-dtypes
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In Pandas, DatetimeIndexes can report back the frequency and timezone. I think this would be useful/nice for cuDF but it's not a high priority at all.
For more info on these extended dtypes: https://pandas.pydata.org/pandas-docs/stable/user_guide/timeseries.html#period-dtypes
The text was updated successfully, but these errors were encountered: