从pandas逐个对象检索数据

时间:2018-03-22 23:11:48

标签: python pandas

嗨我有pandas逐个对象输出如下。

myList = ['My first sentence is incomplete.','Hold on.','Is the second complete?','The third might not be!','Thanks','Really appreciate.']

我想将其转换为基本数据框,如下所示 索引和逐个对象的列成为新数据框的列。

                  items
month_name year        
Apr        2001   98714
Dec        2000  146381
Feb        2001   82279
Jan        2001   77016
Mar        2001  102462
May        2001   53898

我需要对这个新数据帧进行调整以进行进一步处理。我知道  这是直截了当的,由于某种原因没有得到它。非常感谢

0 个答案:

没有答案