Data Analysis in F#
Data Frames
Illustrates how to create and manipulate data frames using classes in the Numerics.NET.DataAnalysis namespace.
Indexes and Labels
Illustrates how to use indexes to label the rows and columns of a data frame or matrix, or the elements of a vector.
Data Wrangling
Illustrates how to perform basic data wrangling or data munging operations on data frames using classes in the Numerics.NET.DataAnalysis namespace.
Manipulating Columns
Illustrates how to transform and manipulate the columns of a data frame.
Sorting and Filtering
Illustrates how to sort and filter data used for data analysis.
Grouping and Aggregation
Illustrates how to group data and how to compute aggregates over groups and entire datasets..
Histograms
Illustrates how to create histograms using the Histogram class in the Numerics.NET.DataAnalysis namespace.