You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BUG: Allow custom error values in parse_dates argument of read_sql like functions (GH35185) (#37823)
* BUG: Allow custom error values in parse_dates argument of read_sql (GH35185)
* Ignore call overload for one time exception
* Add tests for custom dateparsing error for read_sql
* Generalize test for all sql read functions
* Add conditional mode for tests
* Typo
* Updated test
* Update to_datetime call in _handle_date_column
* Move whatsnew message to v1.3.0
* Update test
* Explicit cast to int64
* Remove accidental check_dtype=False
* Fix wrong reference in whatsnew
* Add hyphen
Co-authored-by: Jeff Reback <[email protected]>
0 commit comments