mirror of
https://github.com/K-Dense-AI/claude-scientific-skills.git
synced 2026-01-26 16:58:56 +08:00
Disambiguate descriptions
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user