exploratory-data-analysis

Detect scientific data file types and generate Markdown EDA reports.

94|11|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/swaruplab/operon --skill exploratory-data-analysis-swaruplab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: exploratory-data-analysis
Source: https://github.com/swaruplab/operon/tree/main/src-tauri/protocols/exploratory-data-analysis
Command: npx skills add https://github.com/swaruplab/operon --skill exploratory-data-analysis-swaruplab

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires numpy, pandas, biopython, h5py, Pillow, nd2reader, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This skill automates the discovery and reporting of scientific data files by automatically detecting file formats across 200+ formats and generating comprehensive Markdown reports that summarize structure, quality, and actionable insights.

Core Features & Use Cases

  • Automatic file type detection across chemistry, biology, imaging, and general scientific formats.
  • Format-specific metadata extraction, data quality assessment, and markdown report generation.
  • Use Case: Quickly generate a reproducible data dictionary and analysis plan for a newly acquired dataset to guide downstream processing.

Quick Start

Provide a path to a scientific data file to generate a comprehensive Exploratory Data Analysis report.

Frequently Asked Questions about exploratory-data-analysis

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

FAQPage Schema
How do I generate an exploratory data analysis report for scientific file formats like HDF5 and ND2?

Generating an exploratory data analysis report involves detecting the scientific file format and extracting metadata using libraries like h5py and nd2reader. The skill outputs a comprehensive Markdown report summarizing data structure, quality metrics, and actionable insights for downstream processing.

What is the best way to automatically extract metadata from bioinformatics and microscopy files?

Automatically extracting metadata from bioinformatics and microscopy files requires format-specific parsing using dependencies like biopython and Pillow. This skill identifies the file type across 200+ scientific formats and extracts relevant metadata into a structured data dictionary and analysis plan.

Can I use Python and pandas to create a data dictionary for cross-format scientific datasets?

Using Python and pandas to create a data dictionary for cross-format scientific datasets is fully supported by this skill. It leverages pandas and numpy to assess data quality and produces a reproducible Markdown EDA report guiding downstream analysis.

Does this EDA tool support file format detection for chemistry and proteomics data?

This EDA tool supports file format detection for chemistry, proteomics, metabolomics, and spectroscopy data. It automatically maps the detected format to reference files, runs the analyzer script, and generates a detailed report with quality metrics and recommendations.

What are the limitations of using automated EDA scripts for scientific data exploration?

Limitations of automated EDA scripts for scientific data exploration include dependency on specific libraries like h5py and biopython for format support. The skill's depth is intermediate, meaning it provides metadata extraction and quality metrics but may require manual intervention for complex, non-standard file structures.