Читать книгу Earth Observation Using Python - Rebekah B. Esmaili - Страница 34

2.3.2 Dask

Оглавление

Dask interfaces with Pandas, Scikit‐Learn, and NumPy to perform parallel processing and out‐of‐memory operations that can read data in chunks without ever being totally in the computer’s RAM. This is very useful for working with large datasets. If speed needs to be prioritized, it would be worth learning this package.

Earth Observation Using Python

Подняться наверх