November 2017
Beginner
316 pages
6h 40m
English
A DataFrame is a data structure that has labeled columns, which may individually have different data types. Like a SQL table or a spreadsheet, it has two dimensions. It can also be thought of as a list of dictionaries, but fundamentally, it is different.
DataFrames are the recommended data structure for statistical analysis. Julia provides a package called DataFrames.Jl, which has all the necessary functions to work with DataFrames.
Julia's package, DataFrames, provides three data types:
Read now
Unlock full access