I am new to jupyter notebook. I am working on a data analysis project.I have a huge dataset in csv format, the first coloumn containing numeric value while the second coloumn contains all data in the form of dictionary. The dataset is neither in tabular format nor in dictionary format.As can be seen in the image, the second coloumn i.e. trade_history stores values in a dictionary format
I have tried the ast.literal.eval() method as well. It just does not work.
This is a completely new concept to me and it’s really frustrating now that I have tried so many options.
Does anyone have any idea as to what can easily allow accessing/ conversion of this kind of data?
How do I convert the entire dataset to a normal csv tabular structure???
shi141 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.