際際滷

際際滷Share a Scribd company logo
2014/5/31 デ`タ?ハンドリング
file:///Users/yokkuns/github/TokyoR/TokyoR39/yokkuns/index.html#49 1/48
デ`タ?ハンドリングRで僥ぶデ`タマイニング颯禰`タ盾裂[]14゛15嫗
戦剴峠(@yokkuns)
2014/5/31 デ`タ?ハンドリング
file:///Users/yokkuns/github/TokyoR/TokyoR39/yokkuns/index.html#49 2/48
AGENDA
1. 徭失B初
2. デ`タフレ`ムの児云荷恬
3. フィルタリング
4. Kび紋え
5. 双の弖紗
6. デ`タフレ`ムのY栽
7. ピボットテ`ブル(reshape2)
8. 鹿sI尖(dplyr)
2/49
2014/5/31 デ`タ?ハンドリング
file:///Users/yokkuns/github/TokyoR/TokyoR39/yokkuns/index.html#49 3/48
徭失B初
3/49
2014/5/31 デ`タ?ハンドリング
file:///Users/yokkuns/github/TokyoR/TokyoR39/yokkuns/index.html#49 4/48
4/49
2014/5/31 デ`タ?ハンドリング
file:///Users/yokkuns/github/TokyoR/TokyoR39/yokkuns/index.html#49 5/48
5/49
2014/5/31 デ`タ?ハンドリング
file:///Users/yokkuns/github/TokyoR/TokyoR39/yokkuns/index.html#49 6/48
デ`タフレ`ムの児云荷恬
6/49
2014/5/31 デ`タ?ハンドリング
file:///Users/yokkuns/github/TokyoR/TokyoR39/yokkuns/index.html#49 7/48
デ`タフレ`ムとは
Rでデ`タ蛍裂するときに恷も措く聞うデ`タ夛
佩双との`い,
デ`タフレ`ムの光佩?光双はラベル(兆念)を隔っており、ラベルを峺協してデ`タを函り
竃せる
佩双はすべての勣殆が揖じ侏だがデ`タフレ`ムはバラバラのデ`タ侏を隔てる
-
-
7/49
2014/5/31 デ`タ?ハンドリング
file:///Users/yokkuns/github/TokyoR/TokyoR39/yokkuns/index.html#49 8/48
念からN佩だけたい
headv方
デフォルトは念から6佩
head(airquality)
## Ozone Solar.R Wind Temp Month Day
## 1 41 190 7.4 67 5 1
## 2 36 118 8.0 72 5 2
## 3 12 149 12.6 74 5 3
## 4 18 313 11.5 62 5 4
## 5 NA NA 14.3 56 5 5
## 6 28 NA 14.9 66 5 6
8/49
2014/5/31 デ`タ?ハンドリング
file:///Users/yokkuns/github/TokyoR/TokyoR39/yokkuns/index.html#49 9/48
念からN佩だけたい
headv方
及2哈方を峺協すると、念から峺協した佩までを函誼竃栖る
head(airquality, 3)
## Ozone Solar.R Wind Temp Month Day
## 1 41 190 7.4 67 5 1
## 2 36 118 8.0 72 5 2
## 3 12 149 12.6 74 5 3
9/49
2014/5/31 デ`タ?ハンドリング
file:///Users/yokkuns/github/TokyoR/TokyoR39/yokkuns/index.html#49 10/48
瘁からN佩だけたい
tailv方
デフォルトは瘁から6佩
tail(airquality)
## Ozone Solar.R Wind Temp Month Day
## 148 14 20 16.6 63 9 25
## 149 30 193 6.9 70 9 26
## 150 NA 145 13.2 77 9 27
## 151 14 191 14.3 75 9 28
## 152 18 131 8.0 76 9 29
## 153 20 223 11.5 68 9 30
10/49
2014/5/31 デ`タ?ハンドリング
file:///Users/yokkuns/github/TokyoR/TokyoR39/yokkuns/index.html#49 11/48
瘁からN佩だけたい
tailv方
及2哈方を峺協すると、瘁から峺協した佩方を函誼竃栖る
tail(airquality, 3)
## Ozone Solar.R Wind Temp Month Day
## 151 14 191 14.3 75 9 28
## 152 18 131 8.0 76 9 29
## 153 20 223 11.5 68 9 30
11/49
2014/5/31 デ`タ?ハンドリング
file:///Users/yokkuns/github/TokyoR/TokyoR39/yokkuns/index.html#49 12/48
蒙協の佩だけたい
屎屁方の耶忖ベクトルで峺協する
airquality[c(1, 2, 5, 100, 120), ]
## Ozone Solar.R Wind Temp Month Day
## 1 41 190 7.4 67 5 1
## 2 36 118 8.0 72 5 2
## 5 NA NA 14.3 56 5 5
## 100 89 229 10.3 90 8 8
## 120 76 203 9.7 97 8 28
12/49
2014/5/31 デ`タ?ハンドリング
file:///Users/yokkuns/github/TokyoR/TokyoR39/yokkuns/index.html#49 13/48
蒙協の双だけたい
屎屁方の耶忖ベクトルで峺協する
head(airquality[, c(2, 4)])
## Solar.R Temp
## 1 190 67
## 2 118 72
## 3 149 74
## 4 313 62
## 5 NA 56
## 6 NA 66
13/49
2014/5/31 デ`タ?ハンドリング
file:///Users/yokkuns/github/TokyoR/TokyoR39/yokkuns/index.html#49 14/48
蒙協の双參翌をたい
屁方の耶忖ベクトルで峺協する
head(airquality[, -c(2, 4)])
## Ozone Wind Month Day
## 1 41 7.4 5 1
## 2 36 8.0 5 2
## 3 12 12.6 5 3
## 4 18 11.5 5 4
## 5 NA 14.3 5 5
## 6 28 14.9 5 6
14/49
2014/5/31 デ`タ?ハンドリング
file:///Users/yokkuns/github/TokyoR/TokyoR39/yokkuns/index.html#49 15/48
蒙協の双だけたい
双兆ベクトルで峺協する
head(airquality[, c("Ozone", "Temp", "Day")])
## Ozone Temp Day
## 1 41 67 1
## 2 36 72 2
## 3 12 74 3
## 4 18 62 4
## 5 NA 56 5
## 6 28 66 6
15/49
2014/5/31 デ`タ?ハンドリング
file:///Users/yokkuns/github/TokyoR/TokyoR39/yokkuns/index.html#49 16/48
フィルタリング
16/49
2014/5/31 デ`タ?ハンドリング
file:///Users/yokkuns/github/TokyoR/TokyoR39/yokkuns/index.html#49 17/48
之y、里覆ば个圀しい
na.omitv方
# NAが贋壓するデ`タ
airquality[4:6, ]
## Ozone Solar.R Wind Temp Month Day
## 4 18 313 11.5 62 5 4
## 5 NA NA 14.3 56 5 5
## 6 28 NA 14.9 66 5 6
# NAを茅翌
na.omit(airquality[4:6, ])
## Ozone Solar.R Wind Temp Month Day
## 4 18 313 11.5 62 5 4
17/49
2014/5/31 デ`タ?ハンドリング
file:///Users/yokkuns/github/TokyoR/TokyoR39/yokkuns/index.html#49 18/48
訳周にマッチした佩が圀しい
尖侏ベクトルで峺協する
# 訳周の尖侏ベクトルの恬撹
idx <- airquality$Month == 5
head(idx)
## [1] TRUE TRUE TRUE TRUE TRUE TRUE
# 尖侏ベクトルで峺協
tail(airquality[idx, ], 3)
## Ozone Solar.R Wind Temp Month Day
## 29 45 252 14.9 81 5 29
## 30 115 223 5.7 79 5 30
## 31 37 279 7.4 76 5 31
18/49
2014/5/31 デ`タ?ハンドリング
file:///Users/yokkuns/github/TokyoR/TokyoR39/yokkuns/index.html#49 19/48
Kび紋え
19/49
2014/5/31 デ`タ?ハンドリング
file:///Users/yokkuns/github/TokyoR/TokyoR39/yokkuns/index.html#49 20/48
Kび紋えたrの・戰トルが圀しい
sortv方
# N
head(sort(airquality$Ozone), 20)
## [1] 1 4 6 7 7 7 8 9 9 9 10 11 11 11 12 12 13 13 13 13
# 週
head(sort(airquality$Ozone, decreasing = T), 20)
## [1] 168 135 122 118 115 110 108 97 97 96 91 89 85 85 84 82 80
## [18] 79 78 78
20/49
2014/5/31 デ`タ?ハンドリング
file:///Users/yokkuns/github/TokyoR/TokyoR39/yokkuns/index.html#49 21/48
Kび紋えたrの耶忖ベクトルが圀しい
orderv方
# N
head(order(airquality$Ozone))
## [1] 21 23 18 11 76 147
head(airquality[order(airquality$Ozone), ])
## Ozone Solar.R Wind Temp Month Day
## 21 1 8 9.7 59 5 21
## 23 4 25 9.7 61 5 23
## 18 6 78 18.4 57 5 18
## 11 7 NA 6.9 74 5 11
## 76 7 48 14.3 80 7 15
## 147 7 49 10.3 69 9 24
21/49
2014/5/31 デ`タ?ハンドリング
file:///Users/yokkuns/github/TokyoR/TokyoR39/yokkuns/index.html#49 22/48
Kび紋えたrの耶忖ベクトルが圀しい
orderv方
# 週
head(order(airquality$Ozone, decreasing = T))
## [1] 117 62 99 121 30 101
head(airquality[order(airquality$Ozone, decreasing = T), ])
## Ozone Solar.R Wind Temp Month Day
## 117 168 238 3.4 81 8 25
## 62 135 269 4.1 84 7 1
## 99 122 255 4.0 89 8 7
## 121 118 225 2.3 94 8 29
## 30 115 223 5.7 79 5 30
## 101 110 207 8.0 90 8 9
22/49
2014/5/31 デ`タ?ハンドリング
file:///Users/yokkuns/github/TokyoR/TokyoR39/yokkuns/index.html#49 23/48
蒙協の双でKび紋えたデ`タフレ`ムが圀
しい
dplyr::arrangev方
# N
head(dplyr::arrange(airquality, Ozone))
## Ozone Solar.R Wind Temp Month Day
## 1 1 8 9.7 59 5 21
## 2 4 25 9.7 61 5 23
## 3 6 78 18.4 57 5 18
## 4 7 NA 6.9 74 5 11
## 5 7 48 14.3 80 7 15
## 6 7 49 10.3 69 9 24
23/49
2014/5/31 デ`タ?ハンドリング
file:///Users/yokkuns/github/TokyoR/TokyoR39/yokkuns/index.html#49 24/48
蒙協の双でKび紋えたデ`タフレ`ムが圀
しい
dplyr::arrangev方
# 週
head(dplyr::arrange(airquality, desc(Ozone)))
## Ozone Solar.R Wind Temp Month Day
## 1 168 238 3.4 81 8 25
## 2 135 269 4.1 84 7 1
## 3 122 255 4.0 89 8 7
## 4 118 225 2.3 94 8 29
## 5 115 223 5.7 79 5 30
## 6 110 207 8.0 90 8 9
24/49
2014/5/31 デ`タ?ハンドリング
file:///Users/yokkuns/github/TokyoR/TokyoR39/yokkuns/index.html#49 25/48
蒙協の双でKび紋えたデ`タフレ`ムが圀
しい
dplyr::arrangev方
# }方の双でKび紋え
head(dplyr::arrange(airquality, Month, desc(Temp)))
## Ozone Solar.R Wind Temp Month Day
## 1 45 252 14.9 81 5 29
## 2 115 223 5.7 79 5 30
## 3 37 279 7.4 76 5 31
## 4 12 149 12.6 74 5 3
## 5 7 NA 6.9 74 5 11
## 6 11 320 16.6 73 5 22
25/49
2014/5/31 デ`タ?ハンドリング
file:///Users/yokkuns/github/TokyoR/TokyoR39/yokkuns/index.html#49 26/48
双の弖紗
26/49
2014/5/31 デ`タ?ハンドリング
file:///Users/yokkuns/github/TokyoR/TokyoR39/yokkuns/index.html#49 27/48
宥械の旗秘で弖紗する
aq <- airquality
aq$newCol1 <- "new1"
head(aq)
## Ozone Solar.R Wind Temp Month Day newCol1
## 1 41 190 7.4 67 5 1 new1
## 2 36 118 8.0 72 5 2 new1
## 3 12 149 12.6 74 5 3 new1
## 4 18 313 11.5 62 5 4 new1
## 5 NA NA 14.3 56 5 5 new1
## 6 28 NA 14.9 66 5 6 new1
27/49
2014/5/31 デ`タ?ハンドリング
file:///Users/yokkuns/github/TokyoR/TokyoR39/yokkuns/index.html#49 28/48
v方で弖紗する
transformv方
aq <- transform(aq, newCol2 = "new2")
head(aq)
## Ozone Solar.R Wind Temp Month Day newCol1 newCol2
## 1 41 190 7.4 67 5 1 new1 new2
## 2 36 118 8.0 72 5 2 new1 new2
## 3 12 149 12.6 74 5 3 new1 new2
## 4 18 313 11.5 62 5 4 new1 new2
## 5 NA NA 14.3 56 5 5 new1 new2
## 6 28 NA 14.9 66 5 6 new1 new2
28/49
2014/5/31 デ`タ?ハンドリング
file:///Users/yokkuns/github/TokyoR/TokyoR39/yokkuns/index.html#49 29/48
v方で弖紗する
dplyr::mutatev方
aq <- dplyr::mutate(aq, newCol3 = "new3")
head(aq)
## Ozone Solar.R Wind Temp Month Day newCol1 newCol2 newCol3
## 1 41 190 7.4 67 5 1 new1 new2 new3
## 2 36 118 8.0 72 5 2 new1 new2 new3
## 3 12 149 12.6 74 5 3 new1 new2 new3
## 4 18 313 11.5 62 5 4 new1 new2 new3
## 5 NA NA 14.3 56 5 5 new1 new2 new3
## 6 28 NA 14.9 66 5 6 new1 new2 new3
29/49
2014/5/31 デ`タ?ハンドリング
file:///Users/yokkuns/github/TokyoR/TokyoR39/yokkuns/index.html#49 30/48
デ`タフレ`ムのY栽
30/49
2014/5/31 デ`タ?ハンドリング
file:///Users/yokkuns/github/TokyoR/TokyoR39/yokkuns/index.html#49 31/48
双が揖じデ`タフレ`ムをkにY栽する
rbindv方
aq1 <- head(airquality, 3)
aq2 <- tail(airquality, 3)
aq12 <- rbind(aq1, aq2)
aq12
## Ozone Solar.R Wind Temp Month Day
## 1 41 190 7.4 67 5 1
## 2 36 118 8.0 72 5 2
## 3 12 149 12.6 74 5 3
## 151 14 191 14.3 75 9 28
## 152 18 131 8.0 76 9 29
## 153 20 223 11.5 68 9 30
31/49
2014/5/31 デ`タ?ハンドリング
file:///Users/yokkuns/github/TokyoR/TokyoR39/yokkuns/index.html#49 32/48
双がなるデ`タフレ`ムをkにY栽する
plyr::rbind_fillv方
aq1 <- head(airquality, 3)[, 1:3]
aq2 <- tail(airquality, 3)[, 1:4]
aq12 <- plyr::rbind.fill(aq1, aq2)
aq12
## Ozone Solar.R Wind Temp
## 1 41 190 7.4 NA
## 2 36 118 8.0 NA
## 3 12 149 12.6 NA
## 4 14 191 14.3 75
## 5 18 131 8.0 76
## 6 20 223 11.5 68
32/49
2014/5/31 デ`タ?ハンドリング
file:///Users/yokkuns/github/TokyoR/TokyoR39/yokkuns/index.html#49 33/48
罪にY栽する
aq1 <- airquality[, 1:3]
aq2 <- airquality[, 4:6]
aq12 <- cbind(aq1, aq2)
head(aq12)
## Ozone Solar.R Wind Temp Month Day
## 1 41 190 7.4 67 5 1
## 2 36 118 8.0 72 5 2
## 3 12 149 12.6 74 5 3
## 4 18 313 11.5 62 5 4
## 5 NA NA 14.3 56 5 5
## 6 28 NA 14.9 66 5 6
33/49
2014/5/31 デ`タ?ハンドリング
file:///Users/yokkuns/github/TokyoR/TokyoR39/yokkuns/index.html#49 34/48
蒙協の双をキ`にしてY栽する
mergev方
a <- data.frame(id = 1:10, id2 = 11:20, x = 101:110)
b <- data.frame(id = c(1, 3, 5, 11), id2 = c(11, 17, 15, 24), y = c(100, 200,
150, 400))
# Y栽竃栖たレコ`ドのみ
ab <- merge(a, b, by = "id")
ab
## id id2.x x id2.y y
## 1 1 11 101 11 100
## 2 3 13 103 17 200
## 3 5 15 105 15 150
34/49
2014/5/31 デ`タ?ハンドリング
file:///Users/yokkuns/github/TokyoR/TokyoR39/yokkuns/index.html#49 35/48
蒙協の双をキ`にしてY栽する
mergev方
# aは畠何火す
ab <- merge(a, b, by = "id", all.x = T)
ab
## id id2.x x id2.y y
## 1 1 11 101 11 100
## 2 2 12 102 NA NA
## 3 3 13 103 17 200
## 4 4 14 104 NA NA
## 5 5 15 105 15 150
## 6 6 16 106 NA NA
## 7 7 17 107 NA NA
## 8 8 18 108 NA NA
## 9 9 19 109 NA NA
## 10 10 20 110 NA NA
35/49
2014/5/31 デ`タ?ハンドリング
file:///Users/yokkuns/github/TokyoR/TokyoR39/yokkuns/index.html#49 36/48
蒙協の双をキ`にしてY栽する
mergev方
# bは畠何火す
ab <- merge(a, b, by = "id", all.y = T)
ab
## id id2.x x id2.y y
## 1 1 11 101 11 100
## 2 3 13 103 17 200
## 3 5 15 105 15 150
## 4 11 NA NA 24 400
36/49
2014/5/31 デ`タ?ハンドリング
file:///Users/yokkuns/github/TokyoR/TokyoR39/yokkuns/index.html#49 37/48
蒙協の双をキ`にしてY栽する
mergev方
# a、bI圭とも畠何火す
ab <- merge(a, b, by = "id", all = T)
ab
## id id2.x x id2.y y
## 1 1 11 101 11 100
## 2 2 12 102 NA NA
## 3 3 13 103 17 200
## 4 4 14 104 NA NA
## 5 5 15 105 15 150
## 6 6 16 106 NA NA
## 7 7 17 107 NA NA
## 8 8 18 108 NA NA
## 9 9 19 109 NA NA
## 10 10 20 110 NA NA
## 11 11 NA NA 24 400
37/49
2014/5/31 デ`タ?ハンドリング
file:///Users/yokkuns/github/TokyoR/TokyoR39/yokkuns/index.html#49 38/48
}方の双をキ`にしてY栽する
mergev方
# }方の双をキ`にしてY栽する
ab <- merge(a, b, by = c("id", "id2"))
ab
## id id2 x y
## 1 1 11 101 100
## 2 5 15 105 150
38/49
2014/5/31 デ`タ?ハンドリング
file:///Users/yokkuns/github/TokyoR/TokyoR39/yokkuns/index.html#49 39/48
ピボットテ`ブル(reshape2)
39/49
2014/5/31 デ`タ?ハンドリング
file:///Users/yokkuns/github/TokyoR/TokyoR39/yokkuns/index.html#49 40/48
kLのデ`タフレ`ムを恬る
reshape2パッケ`ジmeltv方
library(reshape2)
aq.melt <- melt(airquality, id.vars = c("Month", "Day"))
aq.melt[seq(100, 500, 100), ]
## Month Day variable value
## 100 8 8 Ozone 89.0
## 200 6 16 Solar.R 191.0
## 300 9 24 Solar.R 49.0
## 400 8 2 Wind 13.8
## 500 6 10 Temp 87.0
40/49
2014/5/31 デ`タ?ハンドリング
file:///Users/yokkuns/github/TokyoR/TokyoR39/yokkuns/index.html#49 41/48
罪Lのデ`タフレ`ムを恬る
reshape2パッケ`ジdcastv方
# 埖ごとの峠譲
aq.cast <- dcast(aq.melt, Month ~ variable, mean, na.rm = T)
head(aq.cast)
## Month Ozone Solar.R Wind Temp
## 1 5 23.62 181.3 11.623 65.55
## 2 6 29.44 190.2 10.267 79.10
## 3 7 59.12 216.5 8.942 83.90
## 4 8 59.96 171.9 8.794 83.97
## 5 9 31.45 167.4 10.180 76.90
41/49
2014/5/31 デ`タ?ハンドリング
file:///Users/yokkuns/github/TokyoR/TokyoR39/yokkuns/index.html#49 42/48
罪Lのデ`タフレ`ムを恬る
reshape2パッケ`ジdcastv方
aq.cast <- dcast(aq.melt, Month + Day ~ variable, mean, na.rm = T)
head(aq.cast)
## Month Day Ozone Solar.R Wind Temp
## 1 5 1 41 190 7.4 67
## 2 5 2 36 118 8.0 72
## 3 5 3 12 149 12.6 74
## 4 5 4 18 313 11.5 62
## 5 5 5 NaN NaN 14.3 56
## 6 5 6 28 NaN 14.9 66
42/49
2014/5/31 デ`タ?ハンドリング
file:///Users/yokkuns/github/TokyoR/TokyoR39/yokkuns/index.html#49 43/48
罪Lのデ`タフレ`ムを恬る
reshape2パッケ`ジdcastv方
aq.cast <- dcast(aq.melt, Day ~ Month + variable, mean, na.rm = T)
head(aq.cast[, 1:8])
## Day 5_Ozone 5_Solar.R 5_Wind 5_Temp 6_Ozone 6_Solar.R 6_Wind
## 1 1 41 190 7.4 67 NaN 286 8.6
## 2 2 36 118 8.0 72 NaN 287 9.7
## 3 3 12 149 12.6 74 NaN 242 16.1
## 4 4 18 313 11.5 62 NaN 186 9.2
## 5 5 NaN NaN 14.3 56 NaN 220 8.6
## 6 6 28 NaN 14.9 66 NaN 264 14.3
43/49
2014/5/31 デ`タ?ハンドリング
file:///Users/yokkuns/github/TokyoR/TokyoR39/yokkuns/index.html#49 44/48
鹿sI尖(dplyr)
library(dplyr)
# 聞喘するデ`タ
head(mtcars)
## mpg cyl disp hp drat wt qsec vs am gear carb
## Mazda RX4 21.0 6 160 110 3.90 2.620 16.46 0 1 4 4
## Mazda RX4 Wag 21.0 6 160 110 3.90 2.875 17.02 0 1 4 4
## Datsun 710 22.8 4 108 93 3.85 2.320 18.61 1 1 4 1
## Hornet 4 Drive 21.4 6 258 110 3.08 3.215 19.44 1 0 3 1
## Hornet Sportabout 18.7 8 360 175 3.15 3.440 17.02 0 0 3 2
## Valiant 18.1 6 225 105 2.76 3.460 20.22 1 0 3 1
44/49
2014/5/31 デ`タ?ハンドリング
file:///Users/yokkuns/github/TokyoR/TokyoR39/yokkuns/index.html#49 45/48
グル`プごとに鹿sI尖したデ`タフレ`
ムを恬る
group_by + summarise
mtcars %.% group_by(am) %.% summarise(mpg.mean = mean(mpg))
## Source: local data frame [2 x 2]
##
## am mpg.mean
## 1 0 17.15
## 2 1 24.39
45/49
2014/5/31 デ`タ?ハンドリング
file:///Users/yokkuns/github/TokyoR/TokyoR39/yokkuns/index.html#49 46/48
グル`プごとに鹿sI尖したデ`タフレ`
ムを恬る
group_by + summarise
mtcars %.% group_by(am) %.% summarise(mpg.mean = mean(mpg), count = length(mpg),
mpg.max = max(mpg), cyl.mpg.max = cyl[which.max(mpg)])
## Source: local data frame [2 x 5]
##
## am mpg.mean count mpg.max cyl.mpg.max
## 1 0 17.15 19 24.4 4
## 2 1 24.39 13 33.9 4
46/49
2014/5/31 デ`タ?ハンドリング
file:///Users/yokkuns/github/TokyoR/TokyoR39/yokkuns/index.html#49 47/48
グル`プごとに鹿sI尖した、鯰造燭柄
として弖紗する
group_by + mutate
mtcars %.% group_by(am, vs) %.% mutate(mpg.mean = mean(mpg), mpg.sd = sd(mpg)) %.%
as.data.frame() %.% head()
## mpg cyl disp hp drat wt qsec vs am gear carb mpg.mean mpg.sd
## 1 21.0 6 160 110 3.90 2.620 16.46 0 1 4 4 19.75 4.009
## 2 21.0 6 160 110 3.90 2.875 17.02 0 1 4 4 19.75 4.009
## 3 22.8 4 108 93 3.85 2.320 18.61 1 1 4 1 28.37 4.758
## 4 21.4 6 258 110 3.08 3.215 19.44 1 0 3 1 20.74 2.471
## 5 18.7 8 360 175 3.15 3.440 17.02 0 0 3 2 15.05 2.774
## 6 18.1 6 225 105 2.76 3.460 20.22 1 0 3 1 20.74 2.471
47/49
2014/5/31 デ`タ?ハンドリング
file:///Users/yokkuns/github/TokyoR/TokyoR39/yokkuns/index.html#49 48/48
49/49

More Related Content

Similar to Tokyor39 yokkuns (15)

賞寄な燕を互堀にQうData.table について
賞寄な燕を互堀にQうData.table について賞寄な燕を互堀にQうData.table について
賞寄な燕を互堀にQうData.table について
Haruka Ozaki
?
Kubernetes + containerd で cgroup v2 に卞佩したら "failed to create fsnotify watcher...
Kubernetes + containerd で cgroup v2 に卞佩したら "failed to create fsnotify watcher...Kubernetes + containerd で cgroup v2 に卞佩したら "failed to create fsnotify watcher...
Kubernetes + containerd で cgroup v2 に卞佩したら "failed to create fsnotify watcher...
Preferred Networks
?
PythonでテキストをJSONにした(PyCon mini sapporo 2015)
PythonでテキストをJSONにした(PyCon mini sapporo 2015)PythonでテキストをJSONにした(PyCon mini sapporo 2015)
PythonでテキストをJSONにした(PyCon mini sapporo 2015)
Satoshi Yamada
?
2010 in-depth-v11
2010 in-depth-v112010 in-depth-v11
2010 in-depth-v11
kmiyako
?
g喘Y圭 Perl 秘T
g喘Y圭 Perl 秘Tg喘Y圭 Perl 秘T
g喘Y圭 Perl 秘T
keroyonn
?
ElixirでIoT 及2指 仝h廠センシングとデ`タ燕幣を サクっと燭笋辰討澆拭
ElixirでIoT 及2指仝h廠センシングとデ`タ燕幣をサクっと燭笋辰討澆拭ElixirでIoT 及2指仝h廠センシングとデ`タ燕幣をサクっと燭笋辰討澆拭
ElixirでIoT 及2指 仝h廠センシングとデ`タ燕幣を サクっと燭笋辰討澆拭
Hideki Takase
?
about dakota6.7 gui
about dakota6.7 guiabout dakota6.7 gui
about dakota6.7 gui
Etsuji Nomura
?
Tokyo r25 hiro_macchan
Tokyo r25 hiro_macchanTokyo r25 hiro_macchan
Tokyo r25 hiro_macchan
Hiroki Matsui
?
コンテナを峭めるな! PacemakerによるコンテナHAクラスタリングとKubernetesとの`いとは
コンテナを峭めるな!  PacemakerによるコンテナHAクラスタリングとKubernetesとの`いとはコンテナを峭めるな!  PacemakerによるコンテナHAクラスタリングとKubernetesとの`いとは
コンテナを峭めるな! PacemakerによるコンテナHAクラスタリングとKubernetesとの`いとは
ksk_ha
?
悪顎壊岳看の秘壇園.沿糸韓
悪顎壊岳看の秘壇園.沿糸韓悪顎壊岳看の秘壇園.沿糸韓
悪顎壊岳看の秘壇園.沿糸韓
TED
?
檎冱囂茶膿氏#10.沿糸韓
檎冱囂茶膿氏#10.沿糸韓檎冱囂茶膿氏#10.沿糸韓
檎冱囂茶膿氏#10.沿糸韓
Takuya Kubo
?
bicep 0.5 pre
bicep 0.5 prebicep 0.5 pre
bicep 0.5 pre
Takekazu Omi
?
PostgreSQLのgitレポジトリからえる2022定の_k彜r┻38指PostgreSQLアンカンファレンス@オンライン k燕Y創
PostgreSQLのgitレポジトリからえる2022定の_k彜r┻38指PostgreSQLアンカンファレンス@オンライン k燕Y創PostgreSQLのgitレポジトリからえる2022定の_k彜r┻38指PostgreSQLアンカンファレンス@オンライン k燕Y創
PostgreSQLのgitレポジトリからえる2022定の_k彜r┻38指PostgreSQLアンカンファレンス@オンライン k燕Y創
NTT DATA Technology & Innovation
?
冩梢伏のためのC++ no.2
冩梢伏のためのC++ no.2冩梢伏のためのC++ no.2
冩梢伏のためのC++ no.2
Tomohiro Namba
?
Maatkit で MySQL チュ`ニング
Maatkit で MySQL チュ`ニングMaatkit で MySQL チュ`ニング
Maatkit で MySQL チュ`ニング
Kensuke Nagae
?
賞寄な燕を互堀にQうData.table について
賞寄な燕を互堀にQうData.table について賞寄な燕を互堀にQうData.table について
賞寄な燕を互堀にQうData.table について
Haruka Ozaki
?
Kubernetes + containerd で cgroup v2 に卞佩したら "failed to create fsnotify watcher...
Kubernetes + containerd で cgroup v2 に卞佩したら "failed to create fsnotify watcher...Kubernetes + containerd で cgroup v2 に卞佩したら "failed to create fsnotify watcher...
Kubernetes + containerd で cgroup v2 に卞佩したら "failed to create fsnotify watcher...
Preferred Networks
?
PythonでテキストをJSONにした(PyCon mini sapporo 2015)
PythonでテキストをJSONにした(PyCon mini sapporo 2015)PythonでテキストをJSONにした(PyCon mini sapporo 2015)
PythonでテキストをJSONにした(PyCon mini sapporo 2015)
Satoshi Yamada
?
2010 in-depth-v11
2010 in-depth-v112010 in-depth-v11
2010 in-depth-v11
kmiyako
?
g喘Y圭 Perl 秘T
g喘Y圭 Perl 秘Tg喘Y圭 Perl 秘T
g喘Y圭 Perl 秘T
keroyonn
?
ElixirでIoT 及2指 仝h廠センシングとデ`タ燕幣を サクっと燭笋辰討澆拭
ElixirでIoT 及2指仝h廠センシングとデ`タ燕幣をサクっと燭笋辰討澆拭ElixirでIoT 及2指仝h廠センシングとデ`タ燕幣をサクっと燭笋辰討澆拭
ElixirでIoT 及2指 仝h廠センシングとデ`タ燕幣を サクっと燭笋辰討澆拭
Hideki Takase
?
コンテナを峭めるな! PacemakerによるコンテナHAクラスタリングとKubernetesとの`いとは
コンテナを峭めるな!  PacemakerによるコンテナHAクラスタリングとKubernetesとの`いとはコンテナを峭めるな!  PacemakerによるコンテナHAクラスタリングとKubernetesとの`いとは
コンテナを峭めるな! PacemakerによるコンテナHAクラスタリングとKubernetesとの`いとは
ksk_ha
?
悪顎壊岳看の秘壇園.沿糸韓
悪顎壊岳看の秘壇園.沿糸韓悪顎壊岳看の秘壇園.沿糸韓
悪顎壊岳看の秘壇園.沿糸韓
TED
?
檎冱囂茶膿氏#10.沿糸韓
檎冱囂茶膿氏#10.沿糸韓檎冱囂茶膿氏#10.沿糸韓
檎冱囂茶膿氏#10.沿糸韓
Takuya Kubo
?
PostgreSQLのgitレポジトリからえる2022定の_k彜r┻38指PostgreSQLアンカンファレンス@オンライン k燕Y創
PostgreSQLのgitレポジトリからえる2022定の_k彜r┻38指PostgreSQLアンカンファレンス@オンライン k燕Y創PostgreSQLのgitレポジトリからえる2022定の_k彜r┻38指PostgreSQLアンカンファレンス@オンライン k燕Y創
PostgreSQLのgitレポジトリからえる2022定の_k彜r┻38指PostgreSQLアンカンファレンス@オンライン k燕Y創
NTT DATA Technology & Innovation
?
冩梢伏のためのC++ no.2
冩梢伏のためのC++ no.2冩梢伏のためのC++ no.2
冩梢伏のためのC++ no.2
Tomohiro Namba
?
Maatkit で MySQL チュ`ニング
Maatkit で MySQL チュ`ニングMaatkit で MySQL チュ`ニング
Maatkit で MySQL チュ`ニング
Kensuke Nagae
?

More from Yohei Sato (20)

Tokyor60 opening
Tokyor60 openingTokyor60 opening
Tokyor60 opening
Yohei Sato
?
Tokyor45 カ`ネル謹篩申睥及2嫗 カ`ネル謹篩申睥の碧Mみ
Tokyor45 カ`ネル謹篩申睥及2嫗 カ`ネル謹篩申睥の碧MみTokyor45 カ`ネル謹篩申睥及2嫗 カ`ネル謹篩申睥の碧Mみ
Tokyor45 カ`ネル謹篩申睥及2嫗 カ`ネル謹篩申睥の碧Mみ
Yohei Sato
?
Tokyor42_r_datamining_18
Tokyor42_r_datamining_18Tokyor42_r_datamining_18
Tokyor42_r_datamining_18
Yohei Sato
?
Tokyor35 繁垢テ?`タのk伏
Tokyor35 繁垢テ?`タのk伏Tokyor35 繁垢テ?`タのk伏
Tokyor35 繁垢テ?`タのk伏
Yohei Sato
?
ドリコムの蛍裂桟廠とデ`タサイエンス試喘並箭
ドリコムの蛍裂桟廠とデ`タサイエンス試喘並箭ドリコムの蛍裂桟廠とデ`タサイエンス試喘並箭
ドリコムの蛍裂桟廠とデ`タサイエンス試喘並箭
Yohei Sato
?
R冱Zで僥ぶマ`ケティング蛍裂 尸ポジショニング藺
R冱Zで僥ぶマ`ケティング蛍裂 尸ポジショニング藺R冱Zで僥ぶマ`ケティング蛍裂 尸ポジショニング藺
R冱Zで僥ぶマ`ケティング蛍裂 尸ポジショニング藺
Yohei Sato
?
檎て?ヒ?ホ?ットテ`フ?ル
檎て?ヒ?ホ?ットテ`フ?ル檎て?ヒ?ホ?ットテ`フ?ル
檎て?ヒ?ホ?ットテ`フ?ル
Yohei Sato
?
及3指Japan rハ?ネルテ?ィスカッション
及3指Japan rハ?ネルテ?ィスカッション及3指Japan rハ?ネルテ?ィスカッション
及3指Japan rハ?ネルテ?ィスカッション
Yohei Sato
?
Tokyor26 data fusion
Tokyor26 data fusionTokyor26 data fusion
Tokyor26 data fusion
Yohei Sato
?
Tokyowebmining19 data fusion
Tokyowebmining19 data fusionTokyowebmining19 data fusion
Tokyowebmining19 data fusion
Yohei Sato
?
A鬟好灰⊇睥とUplift Modelling
A鬟好灰⊇睥とUplift ModellingA鬟好灰⊇睥とUplift Modelling
A鬟好灰⊇睥とUplift Modelling
Yohei Sato
?
Complex network ws_percolation
Complex network ws_percolationComplex network ws_percolation
Complex network ws_percolation
Yohei Sato
?
呟械佩強奮秘壇┯庁
呟械佩強奮秘壇┯庁呟械佩強奮秘壇┯庁
呟械佩強奮秘壇┯庁
Yohei Sato
?
Tokyor22 selection bias
Tokyor22 selection biasTokyor22 selection bias
Tokyor22 selection bias
Yohei Sato
?
Uplift Modelling 秘T1
Uplift Modelling 秘T1Uplift Modelling 秘T1
Uplift Modelling 秘T1
Yohei Sato
?
エンジニアサポ`ト仟定氏2012 デ`タマイニングcross 及1何
エンジニアサポ`ト仟定氏2012 デ`タマイニングcross 及1何エンジニアサポ`ト仟定氏2012 デ`タマイニングcross 及1何
エンジニアサポ`ト仟定氏2012 デ`タマイニングcross 及1何
Yohei Sato
?
Japan r2 lt_yokkuns
Japan r2 lt_yokkunsJapan r2 lt_yokkuns
Japan r2 lt_yokkuns
Yohei Sato
?
Tokyor45 カ`ネル謹篩申睥及2嫗 カ`ネル謹篩申睥の碧Mみ
Tokyor45 カ`ネル謹篩申睥及2嫗 カ`ネル謹篩申睥の碧MみTokyor45 カ`ネル謹篩申睥及2嫗 カ`ネル謹篩申睥の碧Mみ
Tokyor45 カ`ネル謹篩申睥及2嫗 カ`ネル謹篩申睥の碧Mみ
Yohei Sato
?
Tokyor42_r_datamining_18
Tokyor42_r_datamining_18Tokyor42_r_datamining_18
Tokyor42_r_datamining_18
Yohei Sato
?
Tokyor35 繁垢テ?`タのk伏
Tokyor35 繁垢テ?`タのk伏Tokyor35 繁垢テ?`タのk伏
Tokyor35 繁垢テ?`タのk伏
Yohei Sato
?
ドリコムの蛍裂桟廠とデ`タサイエンス試喘並箭
ドリコムの蛍裂桟廠とデ`タサイエンス試喘並箭ドリコムの蛍裂桟廠とデ`タサイエンス試喘並箭
ドリコムの蛍裂桟廠とデ`タサイエンス試喘並箭
Yohei Sato
?
R冱Zで僥ぶマ`ケティング蛍裂 尸ポジショニング藺
R冱Zで僥ぶマ`ケティング蛍裂 尸ポジショニング藺R冱Zで僥ぶマ`ケティング蛍裂 尸ポジショニング藺
R冱Zで僥ぶマ`ケティング蛍裂 尸ポジショニング藺
Yohei Sato
?
檎て?ヒ?ホ?ットテ`フ?ル
檎て?ヒ?ホ?ットテ`フ?ル檎て?ヒ?ホ?ットテ`フ?ル
檎て?ヒ?ホ?ットテ`フ?ル
Yohei Sato
?
及3指Japan rハ?ネルテ?ィスカッション
及3指Japan rハ?ネルテ?ィスカッション及3指Japan rハ?ネルテ?ィスカッション
及3指Japan rハ?ネルテ?ィスカッション
Yohei Sato
?
Tokyor26 data fusion
Tokyor26 data fusionTokyor26 data fusion
Tokyor26 data fusion
Yohei Sato
?
Tokyowebmining19 data fusion
Tokyowebmining19 data fusionTokyowebmining19 data fusion
Tokyowebmining19 data fusion
Yohei Sato
?
A鬟好灰⊇睥とUplift Modelling
A鬟好灰⊇睥とUplift ModellingA鬟好灰⊇睥とUplift Modelling
A鬟好灰⊇睥とUplift Modelling
Yohei Sato
?
Complex network ws_percolation
Complex network ws_percolationComplex network ws_percolation
Complex network ws_percolation
Yohei Sato
?
呟械佩強奮秘壇┯庁
呟械佩強奮秘壇┯庁呟械佩強奮秘壇┯庁
呟械佩強奮秘壇┯庁
Yohei Sato
?
Tokyor22 selection bias
Tokyor22 selection biasTokyor22 selection bias
Tokyor22 selection bias
Yohei Sato
?
Uplift Modelling 秘T1
Uplift Modelling 秘T1Uplift Modelling 秘T1
Uplift Modelling 秘T1
Yohei Sato
?
エンジニアサポ`ト仟定氏2012 デ`タマイニングcross 及1何
エンジニアサポ`ト仟定氏2012 デ`タマイニングcross 及1何エンジニアサポ`ト仟定氏2012 デ`タマイニングcross 及1何
エンジニアサポ`ト仟定氏2012 デ`タマイニングcross 及1何
Yohei Sato
?
Japan r2 lt_yokkuns
Japan r2 lt_yokkunsJapan r2 lt_yokkuns
Japan r2 lt_yokkuns
Yohei Sato
?

Tokyor39 yokkuns