Parallel Computing with Dask and Polars
Pandas 一向是以 Python 為主的數據操作及分析首選工具。隨著數據量變得越來越多及複雜,分散式運算及提高效能的需求也日益增加,Polars 及 Dask 等分散式數據處理工具由此而生。
在一小時的 Webinar 中,我們會簡單探討
- What is Parallel Computing
- Introduce the main functions of Dask and Polars
- Demonstrate how to handle big data operations with Dask and Polars
- Compare Pandas, Dask and Polars