Transforming DataΒΆ

In the Exploring Data tutorial, you can see how to wrap your data into sparse multi-dimensional data structures that let you organize, select, slice, and combine your data flexibly. The Sampling Data tutorial on the other hand explored how to access subsets of your data and displaying it in different ways.

In this tutorial, we will see how to transform the data in these large-scale structures, combining not just the visualizations but individual data elements. For instance, you can calculate the mean, standard deviation, and other statistical measures along any dimension, collapsing the data into another form useful for analysis.


Download this notebook from GitHub (right-click to download).