Combine two dataframes in Pandas to generate many to many relationship

前端 未结 0 615
名媛妹妹
名媛妹妹 2020-12-19 09:49

I have two lists, say

customers = [\'a\', \'b\', \'c\']
accounts = [1, 2, 3, 4, 5, 6, 7, 8, 9]

What is the best way to generate a Pandas data

相关标签:
回答
  • 消灭零回复
提交回复
热议问题