File tree Expand file tree Collapse file tree 2 files changed +26
-2
lines changed Expand file tree Collapse file tree 2 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 5
5
"metadata" : {},
6
6
"source" : [
7
7
" # Introduction to DataFrames\n " ,
8
- " **[Bogumił Kamiński](http://bogumilkaminski.pl/about/), Apr 21 , 2018**"
8
+ " **[Bogumił Kamiński](http://bogumilkaminski.pl/about/), Jun 2 , 2018**"
9
9
]
10
10
},
11
11
{
1195
1195
"source" : [
1196
1196
" Tuple(x[1, col] for col in cols) # similar construct for Tuples, when ported to Julia 0.7 NamedTuples will be added"
1197
1197
]
1198
+ },
1199
+ {
1200
+ "cell_type" : " code" ,
1201
+ "execution_count" : 40 ,
1202
+ "metadata" : {},
1203
+ "outputs" : [
1204
+ {
1205
+ "data" : {
1206
+ "text/plain" : [
1207
+ " 2-element Array{Any,1}:\n " ,
1208
+ " 1 \n " ,
1209
+ " \" a\" "
1210
+ ]
1211
+ },
1212
+ "execution_count" : 40 ,
1213
+ "metadata" : {},
1214
+ "output_type" : " execute_result"
1215
+ }
1216
+ ],
1217
+ "source" : [
1218
+ " vec(Matrix(x[1, cols])) # also you can use a conversion to a Matrix"
1219
+ ]
1198
1220
}
1199
1221
],
1200
1222
"metadata" : {
1207
1229
"file_extension" : " .jl" ,
1208
1230
"mimetype" : " application/julia" ,
1209
1231
"name" : " julia" ,
1210
- "version" : " 0.6.2 "
1232
+ "version" : " 0.6.3 "
1211
1233
}
1212
1234
},
1213
1235
"nbformat" : 4 ,
Original file line number Diff line number Diff line change @@ -77,3 +77,5 @@ Changelog:
77
77
78
78
1 . Improved rendering of ` #undef ` in HTML/LaTeX.
79
79
2 . Added ` permutecols! ` function.
80
+ 3 . ` describe ` returns a ` DataFrame `
81
+ 4 . On Julia 0.7 you can access columns of ` DataFrame ` using ` . ` notation
You can’t perform that action at this time.
0 commit comments