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日
Polars是一个lightning-fast DataFrame 库 ,用于 Python 、 Rust built on Apache Arrow。 Work ,支持 Polars' expression-based API,la。
原始来源
https://github.com/K-Dense-AI/claude-scientific-skills/tree/main/scientific-skills/polars
技能摘要
原始文档
Install Polars:
Basic DataFrame creation and operations:
import polars as pl
## Add computed columns
df.with_columns(
age_plus_10=pl.col("age") + 10
)
Expressions are the fundamental building blocks of Polars operations. They describe transformations on data and can be composed, reused, and optimized.
Key principles:
pl.col("column_name") to reference columnsExample:
相关技能
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。