?? Day7 of #100DaysOfPython ??
Surya Singh
Sr. AI/ML Consultant & Team Lead @Accenture Strategy | ex-ZS, EY | MS in ML & AI
Today, we're diving into using numpy arrays in python to find median!
We use the two functionalities of the numpy:
First, let see how we achieve this with odd number of values:
Let's see how we achieve this for even number of values:
What other methods have you used to calculate mean on the fly?