How do I Pass a List of Series to a Pandas DataFrame?

后端 未结 6 2019
栀梦
栀梦 2021-02-03 23:57

I realize Dataframe takes a map of {\'series_name\':Series(data, index)}. However, it automatically sorts that map even if the map is an OrderedDict().

Is there a simpl

6条回答
提交回复
热议问题