Python Forum

Full Version: python pandas
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
Show what you have tried and don't post images of code.
Have you looked at dataframe.describe()?