This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steven.daprano
Recipients W deW, steven.daprano
Date 2018-05-19.15:10:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526742619.44.0.682650639539.issue33573@psf.upfronthosting.co.za>
In-reply-to
Content
What do you think of adding a note in the documentation for median?

"If your data is ordinal (supports order operations) but not numeric (doesn't support addition), you should use ``median_low`` or ``median_high`` instead."
History
Date User Action Args
2018-05-19 15:10:19steven.dapranosetrecipients: + steven.daprano, W deW
2018-05-19 15:10:19steven.dapranosetmessageid: <1526742619.44.0.682650639539.issue33573@psf.upfronthosting.co.za>
2018-05-19 15:10:19steven.dapranolinkissue33573 messages
2018-05-19 15:10:19steven.dapranocreate