Data Analysis in Visual Basic

Data Frames

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

Show code.

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.

Show code.

Data Wrangling

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

Show code.

Manipulating Columns

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

Show code.

Sorting and Filtering

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

Show code.

Grouping and Aggregation

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

Show code.

Histograms

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

Show code.