I am new to Data Science and Python.
I have a Data Set with date range Starting: "2020-03-15" and Ending: "2022-02-23". On each date there are multiple activities.
I am looking forward to create a Histogram to display the number of activities in the y-axis. On the x-axis I want to distribute the date range in quarterly bin (buckets).
e.g
y-axis = Number of counter
x-axis = Q1-2020 (2020-03-15 to 2020-03-31), Q2-2020 (2020-04-01 to 2020-06-30), ... END
If there is a better solution then please direct or guide. Can any body please help or guide me here.
Thank you in advance.