🍾 Xarray is now 10 years old! 🎉

Blank template

You can run this notebook in a live session Binder or view it on Github.

Blank template#

Use this notebook from Binder to test an issue or reproduce a bug report

[1]:
import xarray as xr
import numpy as np
import pandas as pd

ds = xr.tutorial.load_dataset("air_temperature")
da = ds["air"]
[ ]: