A B C D E F
0 1.0 2013-01-02 1.0 3 test foo
1 1.0 2013-01-02 1.0 3 train foo
2 1.0 2013-01-02 1.0 3 test foo
3 1.0 2013-01-02 1.0 3 train foo
A float64
B datetime64[ns]
C float32
D int32
E category
F object
dtype: object
Int64Index([0, 1, 2, 3], dtype='int64')
Index([u'A', u'B', u'C', u'D', u'E', u'F'], dtype='object')
[[1.0 Timestamp('2013-01-02 00:00:00') 1.0 3 'test' 'foo']
[1.0 Timestamp('2013-01-02 00:00:00') 1.0 3 'train' 'foo']
[1.0 Timestamp('2013-01-02 00:00:00') 1.0 3 'test' 'foo']
[1.0 Timestamp('2013-01-02 00:00:00') 1.0 3 'train' 'foo']]
a b c d
count 6.000000 6.000000 6.000000 6.000000
mean 0.297567 0.538887 -0.087728 0.358686
std 1.386077 0.673955 0.752533 0.591750
min -1.219325 -0.407863 -1.466573 -0.258363
25% -0.474381 0.164730 -0.241454 -0.117245
50% 0.185964 0.502060 0.115877 0.272942
75% 0.441260 0.969125 0.398671 0.737387
max 2.800937 1.459967 0.576078 1.219699