0

I tried to first group the different dates with the function groupby. I want to group the dates by months for the different years. In a month, I want to find visualize how many times a an order is "Rood", as shown in the picture. How can i do this?

picture of data at this moment

Marcin Orlowski
  • 72,056
  • 11
  • 123
  • 141
Juul
  • 1
  • Welcome to Stack Overflow! Please take the [tour](https://stackoverflow.com/tour), read [what's on-topic here](https://stackoverflow.com/help/on-topic) and [How to Ask](https://stackoverflow.com/questions/how-to-ask), and provide a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example). "Implement this feature for me" is off-topic for this site. You have to make an honest attempt, and then ask a specific question about your algorithm or technique. – Stefan Oct 19 '20 at 07:44
  • Hi Juul, to prepare the question better you can do the following: 1. reduce your excel to just 3-5 lines and remove some columns keep just 2-3 to give us idea. Save it to csv so that you can give it to us as pure text in the question. 2. post your code as formatted code. Here is example https://stackoverflow.com/a/22605281/678491 . – k1m190r Oct 19 '20 at 08:19
  • How do you want to visualize the result? Should it be a list of tuples, or a barchart? Please exemplify or provide the specs of the chart. – Bill Huang Oct 19 '20 at 11:37

0 Answers0