xarray Course Outline
This course covers xarray from the ground up — installation, core data structures (Dataset & DataArray), indexing, filtering, combining datasets, handling missing data, and common methods for scientific computing.
📥 Sample datasets are available for download so you can follow along with every example. See the xarray Tutorial for the full list.
Modules
| # | Module | Topics |
|---|---|---|
| 1 | xarray Tutorial | Dataset, DataArray, loading data, indexing, slicing, filtering, combining |
| 2 | Common Methods | Selection, aggregation, reshaping, I/O, visualization |