bgpt-paper-search
bgpt-paper-search:BGPT是一个remote MCP server that searches curated database of scientific papers built ,面向 raw experimenta…
维护者 K-Dense Inc. · 最近更新 2026年4月1日
Dask是一个Python 库 ,用于 parallel 、 distributed computing that enables three critical capabilities:- **Larger-than-memory execution** on single machines ,用于 data exceeding available RAM - **Parallel processing** ,用于 improved computational speed across multiple cores - **Distributed computation** supporting terabyte-scale 数据集s across multiple machines Dask scales ,面向 laptops (processing ~100 GiB) to clust…。
原始来源
https://github.com/K-Dense-AI/claude-scientific-skills/tree/main/scientific-skills/dask
技能摘要
原始文档
This skill should be used when:
Dask provides five main components, each suited to different use cases:
Purpose: Scale pandas operations to larger datasets through parallel processing.
When to Use:
Reference Documentation: For comprehensive guidance on Dask DataFrames, refer to references/dataframes.md which includes:
map_partitionsQuick Example:
import dask.dataframe as dd
相关技能
bgpt-paper-search:BGPT是一个remote MCP server that searches curated database of scientific papers built ,面向 raw experimenta…
bio-data-visualization-ggplot2-fundamentals:R ggplot2 ,用于 publication-quality genomics 、 omics figures。
bio-data-visualization-upset-plots:UpSet plots ,用于 multi-set intersection visualization。
bio-data-visualization-volcano-customization:Customized volcano plots ,支持 ggplot2 或 matplotlib ,用于 DE results。