bcharlier / HMMA238

This is the public repo for the course HMMA238 'Software Development'
10 stars 48 forks source link

typo correction of column convertion in Load_db #78

Open AyoubAarab opened 3 years ago

AyoubAarab commented 3 years ago

'Converters' option of pandas.read_csv function is meant to convert the column 'date'. This prevents issues when creating the 'format_date' function.