Python Forum
python pandas - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Homework (https://python-forum.io/forum-9.html)
+--- Thread: python pandas (/thread-30910.html)



python pandas - andreas30298 - Nov-12-2020

Hi

how can i get the dates with my max value?
and after find the avrage value of the list.

then modify the list to only show the days(01.07.2019)with the values for pr hours multiplied together

regards Andreas

pandas code:
https://ibb.co/CK48mvH


RE: python pandas - Axel_Erfurt - Nov-12-2020

Show what you have tried and don't post images of code.


RE: python pandas - jefsummers - Nov-12-2020

Have you looked at dataframe.describe()?