PEP 450: Adding A Statistics Module To The Standard Library
1–10 of 85 posts
Re: PEP 450: Adding A Statistics Module To The Standard Library
#2Re: PEP 450: Adding A Statistics Module To The Standard Library
#3Re: PEP 450: Adding A Statistics Module To The Standard Library
#4No mention of Pandas? http://pandas.pydata.org/
Re: PEP 450: Adding A Statistics Module To The Standard Library
#5No mention of Pandas? http://pandas.pydata.org/
> For many people, installing numpy may be difficult or impossible.
that's as true, and arguably more, for pandas.
Re: PEP 450: Adding A Statistics Module To The Standard Library
#6Re: PEP 450: Adding A Statistics Module To The Standard Library
#7Re: PEP 450: Adding A Statistics Module To The Standard Library
#8No mention of Pandas? http://pandas.pydata.org/
I think Pandas is a great candidate for inclusion in the stdlib if this ever happens - and hopefully, numpy/parts of scipy will also be thrown in :)
For 99% of my work numpy and the associated compilation overhead is unneeded - fits my brain, fits my needs
Re: PEP 450: Adding A Statistics Module To The Standard Library
#9Re: PEP 450: Adding A Statistics Module To The Standard Library
#10No mention of Pandas? http://pandas.pydata.org/
They probably left out pandas because it depends on numpy and also this point: > For many people, installing numpy may be difficult or impossible. that's as true, and arguably more, for pandas.