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\
I installed using, conda install -m rpy2
and moved the directory of rpy2 from rpy2-2.9.1-py3.6-win-amd64.egg folder to the path from where the packages are called during the import and then it worked.