In the documentation for csvkit, one of its principles is that "When modifying input data, conform to good standards. Floats should end with ”.0”, even if they are round, dates and times should be in ISO8601 format, etc."
Is there an existing way to easily change something in the format of mm/dd/yyyy to yyyy-mm-dd using csvkit, or will I need manually correct the file first?