Add this array to a new row in a Pandas dataframe

Viewed 8

How would I create a new dataframe, and add the below sample to the first row?

[(0.002061933102094721, 1.0035628411245335e-07), (0.0020619564802861075, 6.077212494321922e-05)]

0 Answers
Related