We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0990b0a commit 66a4482Copy full SHA for 66a4482
docs/docs/icechunk-python/xarray.md
@@ -126,7 +126,7 @@ session.commit("append more data")
126
To read data stored in Icechunk with Xarray, we'll use `xarray.open_zarr`:
127
128
```python
129
-xr.open_zarr(store, consolidated=False)
+xr.open_zarr(session.store, consolidated=False)
130
# output: <xarray.Dataset> Size: 17MB
131
# Dimensions: (time: 36, y: 205, x: 275)
132
# Coordinates:
0 commit comments