From ee66557f21c0f9efd9592d85ba0a925093f13f4e Mon Sep 17 00:00:00 2001 From: Timothy Kassis Date: Mon, 20 Oct 2025 17:50:30 -0700 Subject: [PATCH] Add Dask to Data Analysis & Visualization section in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21b841d..0504f68 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,7 @@ After installing the plugin, you can use the skill by just mentioning it. Additi - **Pymatgen** - Materials structure analysis, phase diagrams, and electronic structure **Data Analysis & Visualization:** +- **Dask** - Parallel computing for larger-than-memory datasets with distributed DataFrames, Arrays, Bags, and Futures - **Matplotlib** - Publication-quality plotting and visualization - **Polars** - High-performance DataFrame operations with lazy evaluation - **Seaborn** - Statistical data visualization @@ -219,7 +220,6 @@ After installing the plugin, you can use the skill by just mentioning it. Additi - **scipy.stats** - Statistical functions and distributions ### Data Management & Processing -- **Dask** - Parallel computing for analytics - **Parquet** - Columnar storage format for big data - **DuckDB** - Analytical SQL database - **SQLAlchemy** - SQL toolkit and ORM