Closed smartie-dieter closed 7 years ago
Hi @smartie-dieter, do you observe the same behaviour if you manually install pandas and rpy2 into a bare conda environment? If so then this is an rpy2 bug and I'd suggest raising it on the rpy2 issue tracker.
Closing as a rpy2 bug
Code Sample
Problem description
I want to convert my pandas data.frame (df) into a rpy2 data.frame. But unfortunately, it generates me a massive amount of unwanted data. Data which isn't present in my original data.frame
Expected Output -
which is the print out of df
Output of
df2
- if you scroll to the right, you'll notice the problem.