Skip to main content

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

#ModuleTopics
1xarray TutorialDataset, DataArray, loading data, indexing, slicing, filtering, combining
2Common MethodsSelection, aggregation, reshaping, I/O, visualization