Skip to content

Commit 352a4bf

Browse files
committed
style: formating of headers
1 parent 5b66040 commit 352a4bf

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

intermediate/hierarchicahal_zarr_store.ipynb

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
}
155155
},
156156
"source": [
157-
"### Chunking\n",
157+
"## Chunking\n",
158158
"Chunking is the process of dividing arrays into smaller pieces, which allows for parallel processing and efficient storage.\n",
159159
"\n",
160160
"To examine the chunks in our Zarr store, with `xarray` you can use the `chunks` attribute on the `xr.DataArray` object."
@@ -175,7 +175,7 @@
175175
"id": "14",
176176
"metadata": {},
177177
"source": [
178-
"#### Selecting by chunks\n",
178+
"### Selecting by chunks\n",
179179
"\n",
180180
"Since our underlying data arrays are `dask.Array`, we can access data from each chunked array in our Zarr store. \n",
181181
"\n",
@@ -204,6 +204,14 @@
204204
"precip_dt.observed[\"precipitation\"].mean(dim=\"time\")"
205205
]
206206
},
207+
{
208+
"cell_type": "markdown",
209+
"id": "1f7c865c",
210+
"metadata": {},
211+
"source": [
212+
"## Excercise"
213+
]
214+
},
207215
{
208216
"cell_type": "markdown",
209217
"id": "17",

0 commit comments

Comments
 (0)