diff --git a/_sources/fundamentals/01_datastructures.ipynb b/_sources/fundamentals/01_datastructures.ipynb index 280600b4..655a1795 100644 --- a/_sources/fundamentals/01_datastructures.ipynb +++ b/_sources/fundamentals/01_datastructures.ipynb @@ -75,7 +75,7 @@ "multi-dimensional arrays while `Dataset` combines multiple arrays.\n", "\n", "Both classes are most commonly created by reading data.\n", - "To learn how to create a DataArray or Dataset manually, see the **Working with labeled data** tutorial.\n", + "To learn how to create a DataArray or Dataset manually, see the [Creating Data Structures](01.1_creating_data_structures.ipynb) tutorial.\n", "\n", "Xarray has a few small real-world tutorial datasets hosted in this GitHub repository https://github.com/pydata/xarray-data.\n", "We'll use the [xarray.tutorial.load_dataset](https://docs.xarray.dev/en/stable/generated/xarray.tutorial.open_dataset.html#xarray.tutorial.open_dataset) convenience function to download and open the `air_temperature` (National Centers for Environmental Prediction) Dataset by name." diff --git a/fundamentals/01_datastructures.html b/fundamentals/01_datastructures.html index cb03c785..0ff54350 100644 --- a/fundamentals/01_datastructures.html +++ b/fundamentals/01_datastructures.html @@ -600,7 +600,7 @@

Data structuresDataArray class attaches dimension names, coordinates and attributes to multi-dimensional arrays while Dataset combines multiple arrays.

Both classes are most commonly created by reading data. -To learn how to create a DataArray or Dataset manually, see the Working with labeled data tutorial.

+To learn how to create a DataArray or Dataset manually, see the
Creating Data Structures tutorial.

Xarray has a few small real-world tutorial datasets hosted in this GitHub repository pydata/xarray-data. We’ll use the xarray.tutorial.load_dataset convenience function to download and open the air_temperature (National Centers for Environmental Prediction) Dataset by name.

diff --git a/intermediate/xarray_ecosystem.html b/intermediate/xarray_ecosystem.html index cde8f5f4..1e6d901e 100644 --- a/intermediate/xarray_ecosystem.html +++ b/intermediate/xarray_ecosystem.html @@ -1120,11 +1120,11 @@

hvplot via accessors