Guest User

Untitled

a guest
Mar 23rd, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. #Example
  2.  
  3.  
  4. using Dataframes
  5. mat = [1:3 4:6 7:9]
  6. df = Dataframe(mat)
  7. symbols = [Symbol("col$i") for i in 1:3]
  8. names!(df, symbols)
Add Comment
Please, Sign In to add comment