Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة

pyrsm-explore

النجوم٤
التفرعات٢
آخر تحديث١٩ يونيو ٢٠٢٦ في ٢٠:١٧

Compute summary statistics for numeric columns in Python using the pyrsm library's `explore` function. Use this skill whenever a student or analyst wants a quick numeric summary (mean, median, min, max, sd, count, missing, n_unique) across one or many columns of a polars DataFrame, optionally grouped by a categorical column, with categorical predictors auto-expanded to dummies. The output is itself a polars DataFrame that the user can further chain with `.filter`, `.sort`, `.with_columns` — extensibility is a first-class part of this skill. Triggers include phrases like "describe these variables", "summary statistics", "group means by category", "what's the mean and median of price by cut", "give me a quick describe", "explore this dataset", "show me missingness per column", "n_unique per variable", "count rows per group with mean and sd", or any mention of wanting per-column numeric summaries in a marketing/business analytics context.

التثبيت

التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.

مستكشف الملفات
4 ملفات
SKILL.md
readonly