I have several lists and I want to create only one Dataframe to export later.
The lists are of the type:
a=[1, 2, 3, 4, 5, 6, 7, 8]
b=[9, 10, 11, 12, 13, 14, 15, 16]
For this I am creating 2 dataframes in the following way:...
asked by
09.08.2017 / 00:31