[FEA] cudf.to_datetime support locale-specific formatting (%a, %A, %b, %B, %c, %x, %X, %p)
Open
0 - Backlog
feature request
libcudf
Python
- Dominant language
- C++
- Stars
- 9.8k
- Forks
- 1.1k
- Avg merge
- 3d 6m
- Merged PRs (30d)
- 278
Description
**Is your feature request related to a problem? Please describe.**
writing code with `import cudf as pd`
**Describe the solution you'd like**
`cudf.to_datetime(..., format=...)` support matching https://pandas.pydata.org/docs/reference/api/pandas.to_datetime.html and https://docs.python.org/3/library/datetime.html#strftime-and-strptime-format-codes
related: https://github.com/rapidsai/cudf/issues/12419
Contributor guide
Assessment
This issue has not been assessed yet.