Disambiguate descriptions

This commit is contained in:
Timothy Kassis
2026-01-05 14:25:22 -08:00
parent 15d9e4699a
commit 9cb0c2f934
34 changed files with 34 additions and 34 deletions

View File

@@ -1,6 +1,6 @@
---
name: dask
description: "Parallel/distributed computing. Scale pandas/NumPy beyond memory, parallel DataFrames/Arrays, multi-file processing, task graphs, for larger-than-RAM datasets and parallel workflows."
description: Distributed computing for larger-than-RAM pandas/NumPy workflows. Use when you need to scale existing pandas/NumPy code beyond memory or across clusters. Best for parallel file processing, distributed ML, integration with existing pandas code. For out-of-core analytics on single machine use vaex; for in-memory speed use polars.
license: BSD-3-Clause license
metadata:
skill-author: K-Dense Inc.