eda

Automate exploratory data analysis on tabular datasets with PII auto-redaction.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/achousal/EngramR --skill eda
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: eda
Source: https://github.com/achousal/EngramR/tree/main/.claude/skills/eda
Command: npx skills add https://github.com/achousal/EngramR --skill eda

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically perform exploratory data analysis on datasets while auto-redacting PIIs to protect privacy and support compliant reporting.

Core Features & Use Cases

  • PII-aware analysis: auto-redacts identifiers such as IDs, names, emails, and other sensitive fields before computations.
  • Statistical & visual insights: computes summary statistics, correlations, distribution checks, and generates themed plots.
  • Report generation: builds an EDA note and saves results to _research/eda-reports in Markdown format for auditing and sharing.
  • Use Case: A data scientist processes a customer dataset to understand distributions and relationships while ensuring no PII is exposed in outputs.

Quick Start

Load your dataset and run the EDA workflow to produce a redacted report with themed plots.

Frequently Asked Questions about eda

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform exploratory data analysis on a dataset while protecting PII?

Exploratory data analysis can be performed while protecting PII by auto-redacting sensitive identifiers like names and emails before computations. This workflow computes summary statistics, correlations, and distributions while ensuring no PII is exposed in generated reports and themed plots.

What do I need to run pandas-based EDA and generate markdown reports?

To run pandas-based EDA and generate markdown reports, you need Python 3.x along with numpy and plotting libraries. The workflow processes tabular datasets of varying sizes and automatically saves the generated results to a dedicated research directory.

How do I automatically redact sensitive fields before generating EDA summary statistics?

To automatically redact sensitive fields before generating EDA summary statistics, apply a PII-aware analysis workflow that detects and masks identifiers like IDs, names, and emails. This ensures compliant reporting while computing distributions and correlations.

Can I use this EDA workflow for tabular datasets of varying sizes?

Yes, you can use this EDA workflow for tabular datasets of varying sizes. It processes the loaded data to produce summary statistics, correlation checks, and distribution plots, automatically saving the results in Markdown and PDF formats for auditing.

What is the best way to automate generating themed plots and statistical insights from tabular data?

The best way to automate generating themed plots and statistical insights from tabular data is using a workflow that applies a research-themed style to its visual outputs. This approach computes correlations and distributions, then compiles everything into a structured EDA note.

Does the EDA report generation process save outputs in PDF?

Yes, the EDA report generation process saves outputs in both Markdown and PDF formats. This allows for easy auditing and sharing of the generated EDA notes, summary statistics, and themed plots directly from the research directory.