You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lazy read_xarray with iterables and parsing metadata. (#81)
I no longer convert the block_slices iterables into a list. I've also
implemented a quick `_parse_schema` method to extract the `pa.Schema`
from the dataset without materializing the first block. These should
provide a few good performance improvements for working with real
datasets.
0 commit comments