ENH/API: preserve non-nano in to_datetime by jbrockmendel · Pull Request #50369 · pandas-dev/pandas (original) (raw)

why is checking with both raise and coerce necessary, given that no errors are thrown in this test anyway? errors='ignore' works too

could we either parametrise over that too, or just remove errors=?