Earlier quoted context omitted.
How pandas solves statistical problems or the thousand utility functions that are missing? Please, explain.
Have you even looked at pandas? I get the impression you haven't. Pandas has most of the statistical utility functions that R does, and for those few that it lacks, Python/Pandas also has available an easy-to-use FFI interface to R via rpy2. Take a look: http://pandas.pydata.org/pandas-docs/stable/ EDIT: Specified name of interface (rpy2).
Pandas is not shipping with most of the stuff you can get on CRAN.