Icon

Date - Business Days and Holidays - Germany

<p>Extract the public holidays for each federal geman state ("Bundesland") - also extract the holidays ("Schulferien") for a given year.</p><p></p><p>You will have a list of the dates and you can then match which day is a holiday or when schools will be closed. You can count how many states are on holiday. If it is 16 it is a national holiday.</p><p>You might have to deal with regional special holiday like the 8th of August in Augsburg "Hohes Friedensfest" or carnival ("Rosenmontag").</p><p></p><p>--------</p><p>Also: Calculate the number of working days between any give dates. Excluding Saturdays and Sundays and also a given list of dates</p><p></p><p>--------</p><p>Also: Check how many Bundesländer's schools will be closed on any given day - for ML you could give weights by the population or use this if you have a location based task</p>

URL: R solution with bizdays https://forum.knime.com/t/working-days-network-days-between-two-dates/14682/4?u=mlauber71
URL: A solution with R using "officeholidays" https://forum.knime.com/t/dividing-and-splitting-rows/11381/5?u=mlauber71

Nodes

Extensions

Links