I have some physiological data that was in .avro format that has been converted to .csv files using python. When I go to view the .csv in Excel or load it into R, it seems that the character limit is exceedingly high for one column (which is the column of interest). I cannot even open the .csv file to view how many characters are in the cell (I get an error when opening in Excel).
I thought to also try viewing in python with pandas but am worried about a similar issue with the characters.
Has anyone encountered this issue and found a solution?