Closed smartie-dieter closed 7 years ago
@smartie-dieter Can you provide a reproducible example? (start with the creation of a dataframe which reproduces the problem) Further, is this a problem in writing the dataframe to csv, or are the values already present in the dataframe itself.
Given that it seems to be related to the conversion rpy2 dataframe or their csv writing, probably better to report it at the rpy2 issue tracker.
Closing this issue as we do not have enough info, and possibly is a rpy2 issue.
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.