+ 1
How can I get mode in Java or python ?
3 Réponses
+ 1
Are you talking about statistics?
In Python, there's something in the standard library for that:
https://docs.python.org/3/library/statistics.html
+ 1
Thank you
0
The Mode value is the value that appears the most number of times. Python DataFrame library provides a function for find the mod
df.mode()
http://net-informations.com/ds/psa/mct.htm