I get an error when I try to import rpy2. Here is the code and error.
>>> import pandas.rpy.common Traceback (most recent call last): File \"C:\\PF\
RPy2 is a separate project from Pandas (homepage here), so you'll have to install it separately. You should be able to do pip install rpy2, then restart Python and try again.
pip install rpy2