Scott Rotondo

Results 3 comments of Scott Rotondo

The fallback behavior is apparent in the code but not mentioned in the documentation for `infer_datetime_format`. > infer_datetime_format: bool, default False > If True and no format is given, attempt...

I don't think that what is proposed here (failing to parse date strings that don't match the inferred format) is the behavior you would want all the time. It might...

> @scott-r Disagree with > > > ...the current behavior of `infer_datetime_format` is never harmful > > The harm is silently inferring two different formats, when in reality there is...