Fundamentals of Dask Transcripts
Chapter: Dask Array
Lecture: Dask array limitations and references

Login or purchase this course to watch this video and the rest of the course contents.
0:00 So before wrapping up, we thought it prudent to tell you about some of the limitations of Dask Array. So,
0:06 for example, Dask Array doesn't implement the entire NumPy interface. I mean, the NumPy interfaces huge these days.
0:12 So for example, it doesn't implement 'np.linalg' or 'np.sometrue'.
0:17 Now, Dask Array doesn't support some operations as well when the resulting shape depends on
0:23 the values of the array. On top of this Dask Array doesn't implement or attempt operations like 'sort', which are quite difficult to do in 'Parallel'.
0:32 So before wrapping up, as always, we'd love to supply you with some references. So you can find these in the notebook,
0:38 you can find the Dask Array documentation, the Dask Array API, some examples and then the Array section of the Dask tutorial.


Talk Python's Mastodon Michael Kennedy's Mastodon