Hi DQ-Community,
i work on a little Project to boost my Data Visualization skills with Python and now i’m stuck.
I hope somebody can give me an answer to my question:
I want to visualize the amount of E-Mails during a specific period. I decided to use Matplotlib for this Project. In the x-axis i add the calender week and i want to add the amount of not yet read E-Mails in the y-axis. I have a column with “read Mails” and “Not-read Mails”.
Now my question is:
Is it possible to count the Amount of the “Not-Read Mails” with Pandas and assign the value to the y-axis? How can i do this in Pandas?
Thanks for your help.
Simo