pandas
pandas copied to clipboard
Added improvements in to_datetime Error reporting message
-
This PR aims to close issue https://github.com/pandas-dev/pandas/issues/16757
-
Changes description : For issue https://github.com/pandas-dev/pandas/issues/16757 - added more details in error message about field and its position causing the issue in pandas/_libs/tslib.pyx in array_to_datetime
Any reasons why you don’t continue in #47597 ?
was suggested in the mentioned PR(#47597) to split the 3 issues for easier reviewing ( I probably should close the other PR )
Thanks @dannyi96