0

I have 2 columns which are source and destination in a csv. I have a total of 67 tuple values as of now which I want to randomly generate for 1000000 rows. I want to create a dataframe for 1000000 rows which have these 67 tuple values. Any method I can do the same in python.

Thanks

Edit :

Sample Data is pretty straight forward -

source  destination
a         b
a         c
a         d
a         e
b         a
b         c
b         d
b         e
c         a
c         b
vp7
  • 388
  • 1
  • 13

0 Answers0