You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…format (#14058)
Raises a `NotImplementedError` to avoid this incorrect behavior (which seems to actually not be implemented)
```python
In [6]: cudf.to_datetime(["10-02-2014"], dayfirst=True)
Out[6]: DatetimeIndex(['2014-10-02'], dtype='datetime64[ns]')
```
closes#14042
Authors:
- Matthew Roeschke (https://github.com/mroeschke)
Approvers:
- Vyas Ramasubramani (https://github.com/vyasr)
URL: #14058
Describe the bug
Should cudf.to_datetime(dayfirst=True) raise NotImplementedError?
Steps/Code to reproduce bug
Expected behavior
In
DatetimeIndex.__init__
, this specifically raises a NotImplementedErrorEnvironment overview (please complete the following information)
docker pull
&docker run
commands usedEnvironment details
Please run and paste the output of the
cudf/print_env.sh
script here, to gather any other relevant environment detailsAdditional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: