import
pandas
#导入数据统计模块
data
=
{
'A'
: [
1
,
2
3
4
5
],
'B'
6
7
8
9
10
'C'
11
12
13
14
15
]}
data__frame
pandas.DataFrame(data)
print
(data__frame)