The `errors="coerce"` argument converts any value that cannot be parsed as a date to `NaT` (Not a Time — pandas' equivalent of NaN for datetime columns) rather than raising an error. This is safer than the default `errors="raise"` when processing datasets of unknown quality. After this call, scan fo