petrol-price-predictor / jurassic-juice-juggler

predicting petrol prices based on german petrol station live data
MIT License
2 stars 0 forks source link

Integrate holiday data #8

Open markus-dus opened 1 year ago

markus-dus commented 1 year ago

Using the file school_holiday_data_2014_2024.csv we have an issue with duplicates: "2021-01-26" and a couple of other dates have two entries. public holidays look fine, though.

mebrahimkhas commented 1 year ago

The duplicated data in school_holiday_data_2014_2024.csv has been solved. the reason for duplicated some of date was the following: I used two sources to get the data, now there is not duplicated data

markus-dus commented 1 year ago

nice - looks good now