Skip to content

Instantly share code, notes, and snippets.

@quantra-go-algo
Created March 24, 2022 09:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save quantra-go-algo/048288e830025699b960a6bf23c5bcd9 to your computer and use it in GitHub Desktop.
Save quantra-go-algo/048288e830025699b960a6bf23c5bcd9 to your computer and use it in GitHub Desktop.
Data Manipulation and Visualization Techniques in Julia - accessing columns
# Accessing column
namesnames(df_1) #As symbol
propertynames(df_1) # As names
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment