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 ac6718b commit 793b154Copy full SHA for 793b154
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, chunks=dict(latitude=12, longitude=12)
+ 'era5', ds, chunks=dict(time=8736, latitude=12, longitude=12)
34
)
35
ctx.from_pandas(
36
pd.read_feather(
0 commit comments