Pandas Dataframe multiple rows with same index

后端 未结 0 1612
既然无缘
既然无缘 2021-01-20 00:37

I have a dictionary that looks like this:

dict = {
  "A": [1,2,3],
  "B": [4]
}

when I try to create a panda Dataframe I

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