You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
matplotlib is mentioned (http://pandas.pydata.org/pandas-docs/stable/install.html#optional-dependencies), rpy2 is for a deprecated module, so I don't think it is worth to add it.
For psycopg2 and pymysql, I think we can add these as 'examples' of database drivers that you need together with sqlalchemy (because there are many more possibilities to install).
On rpy2, you are correct that it is pandas.rpy that is deprecated, but for pandas itself, rpy2 is only needed for that module. You can of course use more in general rpy2 to interface with R, but I don't think this should be included in the 'install' part for pandas (we cannot add every library that can be used together with pandas, therefore there is eg the ecosystem page in the docs).
Following references are missing
perhaps there are more.
The text was updated successfully, but these errors were encountered: