Data Analysis in C#

Data FramesPermalink

Illustrates how to create and manipulate data frames using classes in the Numerics.NET.DataAnalysis namespace.

Show code.

Indexes and LabelsPermalink

Illustrates how to use indexes to label the rows and columns of a data frame or matrix, or the elements of a vector.

Show code.

Data WranglingPermalink

Illustrates how to perform basic data wrangling or data munging operations on data frames using classes in the Numerics.NET.DataAnalysis namespace.

Show code.

Manipulating ColumnsPermalink

Illustrates how to transform and manipulate the columns of a data frame.

Show code.

Sorting and FilteringPermalink

Illustrates how to sort and filter data used for data analysis.

Show code.

Grouping and AggregationPermalink

Illustrates how to group data and how to compute aggregates over groups and entire datasets..

Show code.

HistogramsPermalink

Illustrates how to create histograms using the Histogram class in the Numerics.NET.DataAnalysis namespace.

Show code.