df change column from <chr> to <dttm> class | error NA after using lubridate

It looks like the dates have the format m/d/y h:m, so convert them with the mdy_hm function from lubridate.

1 Like