Feature Branch: insights
One of the requirement for this project is to generate insights for the user, when is the laundry busy and when is it not. Therefore, create a script that generates a bar chart based on the hourly data given.
The script is called by

Where params will store

The script should save the image in the ./python/ directory as a 500x500 .png file.
Feature Branch:
insightsOne of the requirement for this project is to generate insights for the user, when is the laundry busy and when is it not. Therefore, create a script that generates a bar chart based on the hourly data given.
The script is called by

Where params will store

The script should save the image in the
./python/directory as a 500x500 .png file.