Convert multiple rows of tuples into Dataframe in python
I have a series of tuple (looks like below) which are generated as the output of a particular step in my python program. This value is stored in a variable called out_put
and print(out_put)
shows the below result exactly.