Series.mode()

Series.mode() [source]

Returns the mode(s) of the dataset.

Empty if nothing occurs at least 2 times. Always returns Series even if only one value.

Parameters:

sort : bool, default True

If True, will lexicographically sort values, if False skips sorting. Result ordering when sort=False is not defined.

Returns:

modes : Series (sorted)

doc_Pandas
2017-01-12 04:54:18
Comments
Leave a Comment

Please login to continue.