spaces converted to todays date with to_datetime and read_csv date parse #6428
Labels
Bug
Datetime
Datetime data dtype
IO CSV
read_csv, to_csv
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Milestone
Note: Can use
pd.to_datetime(s, format='%m/%d/%Y', coerce=True)
.This also seems to be the case when reading from csv.
See this SO question http://stackoverflow.com/questions/21922978/safest-pandas-read-csv-with-missing-dates/21924845#21924845
Maybe stems from:
The text was updated successfully, but these errors were encountered: