Combine two data frame

Common sense dictates that they at lest should be coercible, the error message indicates that some of the data can't be parsed as dates because the format is ambiguous.

Either fix the date format or use the string class for that column.

If you need more specific help, please provide a proper REPRoducible EXample (reprex) illustrating your issue.