[FEA] add in support for dayfirst formats in the CSV parser #123
Labels
feature request
New feature or request
P2
Not required for release
SQL
part of the SQL/Dataframe plugin
Milestone
Is your feature request related to a problem? Please describe.
In the cudf CSV parser there is the possibility to support formats like 'dd/MM/yyyy' or 'dd-MM-yyyy' for dates, and similarly for timestamps. The issue is that we need to expose that config setting through the cudf java API and we need to detect it in both the date and the timestamp formats to
see if we can support it. Because there is only one setting for this in the file we would have to make sure that both of the formats were consistent or if both are used we fall back to the CPU.
The text was updated successfully, but these errors were encountered: