Get the list of all cuDF formats that need to be checked for when parsing timestamps.
Get the list of all cuDF formats that need to be checked for when parsing timestamps. The returned formats must be ordered such that the first format is the most lenient and the last is the least lenient.
For example, the spark format yyyy-MM-dd'T'HH:mm:ss[.SSS][XXX]
would result in the
following cuDF formats being returned, in this order:
- %Y-%m-%d
- %Y-%m-%dT%H:%M
- %Y-%m-%dT%H:%M:%S
- %Y-%m-%dT%H:%M:%S.%f