Steven D'Aprano <steve+pyt...@pearwood.info> added the comment:

For ordinal scales, you should use either median_low or median_high.

I don't think the standard median function ought to choose for you whether to 
take the low or high median. It is better to be explicit about which you want, 
by calling the relevant function, than for median to guess which one you need.

----------
nosy: +steven.daprano

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33573>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to