Works the same way it would in pandas: df = DataFrame(col1 = rand(10), col2 = rand(10))
add a column by doing: df[:col3] = rand(10)
Works the same way it would in pandas: df = DataFrame(col1 = rand(10), col2 = rand(10))
add a column by doing: df[:col3] = rand(10)