-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Available libraries a tie? #8
Comments
Maybe the number of packages and the fact there are no small packages for one topic biases against python, as many of the functionalities you mention live in three to four huge packages.
So why searching for packages on PyPI and not for the functionality itself? |
Good point! For example Poisson regression can be found in statsmodels: (https://www.statsmodels.org/stable/generated/statsmodels.discrete.discrete_model.Poisson.html). Nonetheless, the point for time series data still holds. Just two example:
|
Again: It was just an issue of what could be found via PyPI, compared to CRAN. Actually, there are many good R packages not on CRAN. |
Thank you very much for your overview!
However, you call the race about "available libraries" a tie even though you mention that quite basic statistical procedures are not available (or hard to find) in Python:
I would say that this is a huge minus for Python?! In my own experience, the package availability for time series modeling is even worse.
In general, a search for statistics at PyPI (https://pypi.org/search/?q=statistics) returns only 2,541 packages (what do I care about packages like (https://pypi.org/project/plone.event/) 😄).
(Sidenote: I am a fan of the tidyverse and would say that it is also beneficial for professional users but I recognize that this is open for debate)
The text was updated successfully, but these errors were encountered: