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
We call .values quite a bit in the code, which forces the dask array to read data and return a numpy array for a particular variable. If we use the .data attribute we can delay computation until the very end, and use dask support for chunking etc?
Something worth checking out for large datasets.
The text was updated successfully, but these errors were encountered:
We call .values quite a bit in the code, which forces the dask array to read data and return a numpy array for a particular variable. If we use the .data attribute we can delay computation until the very end, and use dask support for chunking etc?
Something worth checking out for large datasets.
The text was updated successfully, but these errors were encountered: