Max stock values ins csv with multiple SKUs

Hi everyone. I am new to Python and programming in general and might need some help.
I have a csv file containing the stock history of several products, each one have its own SKU.
My task is figure out the max stock values for each product in a given date period.
Is there any solution that I could implement?

Thanks in advance.

.