On Fri, 13 May 2022 at 00:20, Steven D'Aprano <[email protected]> wrote: > > If you are a user of statistics, how important to you is the ability to > **mix** numeric types, in the same data set? > > Which combinations do you care about? >
I'm only a very small-time user of it, but the only combination I use is int and X, where X is what I'm using in general (eg float, Fraction). As long as int can upcast to everything, I'm fine with it. ChrisA _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/ZMBU4JKJ7JEL4MJFMTVEEWCFJDNHPVN7/ Code of Conduct: http://python.org/psf/codeofconduct/
