rimelof

Results 4 comments of rimelof

Hi @flying-sheep, @scottgigante, and @satellite119, Sorry to ping everyone, but I do not understand why this is closed and what is the solution. I am having the same error as...

Hi @flying-sheep, thank you for replying. Yes, I tried. I first imported these ```py import rpy2.robjects as ro from rpy2.robjects.conversion import localconverter from rpy2.robjects import pandas2ri ``` and ```py with...

Importing them all with ```py import rpy2.robjects as ro from rpy2.robjects.conversion import localconverter from rpy2.robjects import pandas2ri import rpy2.robjects.numpy2ri as numpy2ri ``` and ```py with localconverter(ro.default_converter + numpy2ri.converter + pandas2ri.converter...