You can run this notebook in a live session 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"]
[ ]: