SeitaBV / timely-beliefs

Model data as beliefs (at a certain time) about events (at a certain time).
MIT License
33 stars 6 forks source link

fix: apply dayfirst in special read cases, also in the case of csv files #170

Closed Flix6x closed 6 months ago

Flix6x commented 6 months ago

The dayfirst option was not correctly applied in case pandas.read_csv wasn't able to handle it already when parsing datetime columns.