We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d131030 commit ac6718bCopy full SHA for ac6718b
1 file changed
examples/mara_join.py
@@ -30,7 +30,7 @@
30
# Create a DataFusion context and register the datasets as tables.
31
ctx = xql.XarrayContext()
32
ctx.from_dataset(
33
- 'era5', ds.isel(time=8736 * 2), chunks=dict(latitude=12, longitude=12)
+ 'era5', ds, chunks=dict(latitude=12, longitude=12)
34
)
35
ctx.from_pandas(
36
pd.read_feather(
0 commit comments