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\
In my case it initially did not wor installing it with conda. I solved it by first changing the active environment.
source activate [environment Name] conda install -c r rpy2=2.8.5