pyensae icon indicating copy to clipboard operation
pyensae copied to clipboard

What is python2r_helper and how to get that?

Open pavankumar-yerravelly opened this issue 3 years ago • 1 comments

Hi, First of all this an awesome library, I am using it to convert R code to Python. Here is my question. I see for most of the functions like tuples and classes in R, this library is generating Python code from python2r_helper import make_tuple/make_class respectively. So what does this module do and I am unable to install using PIP. Please help me with this. Another help I would need is, it would be great if you could suggest to me the approach to convert R dataframe to Pandas dataframe and respective methods.

Thanks for your help in advance.

pavankumar-yerravelly avatar Jun 16 '21 14:06 pavankumar-yerravelly

What kind of error do you get? The module works for simple examples.

sdpython avatar Dec 29 '21 11:12 sdpython