'How to plot a Pandas dataframe by filtering a column

I have the following Pandas df:

Pandas dataframe

And I want to generate seven different histogram plots according to the weekday to show the attendance to a place in each hour of the day.

Thanks.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source