exploratory-data-analysis

Detect scientific file types and generate markdown EDA reports with quality metrics.

321|26|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/mkurman/tamux --skill exploratory-data-analysis-mkurman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: exploratory-data-analysis
Source: https://github.com/mkurman/tamux/tree/main/skills/scientific-skills/exploratory-data-analysis
Command: npx skills add https://github.com/mkurman/tamux --skill exploratory-data-analysis-mkurman

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The Exploratory Data Analysis (EDA) skill automates the initial, in-depth examination of scientific data files, saving researchers time by quickly revealing data structure, content, and quality across many formats.

Core Features & Use Cases

  • Automatic file-type detection and format-specific metadata extraction for 200+ scientific formats.
  • Format-aware data analysis that produces a concise markdown report with summaries, quality metrics, and downstream guidance.
  • Use Case: You have a directory of heterogeneous scientific data files; run the skill to generate a unified, readable report for each file and identify next steps.

Quick Start

Provide a scientific data file path and run the analyzer to generate a detailed markdown EDA 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 run exploratory data analysis on heterogeneous scientific data files?

Exploratory data analysis on heterogeneous scientific files is performed by automatically detecting file types and routing them through a modular analyzer. The skill generates a detailed markdown report with quality metrics and downstream recommendations for each file.

What scientific data formats are supported for automated EDA report generation?

Automated EDA supports 200+ scientific formats across chemistry, bioinformatics, microscopy, spectroscopy, proteomics, and metabolomics. The analyzer loads format-specific references to execute targeted checks and extract metadata for the report.

Can I analyze bioinformatics and proteomics data without manually specifying the file format?

Yes, bioinformatics and proteomics data can be analyzed without manual format specification via automatic file-type detection. The system identifies the format, applies format-aware checks, and outputs a markdown report with summaries and quality metrics.

Does this EDA tool work with HDF5, microscopy, and spectroscopy file formats?

Yes, this EDA tool processes HDF5, microscopy, and spectroscopy formats using dependencies like h5py and Pillow. It performs format-aware analysis to reveal data structure, content, and quality across these scientific file types.

What is the best way to generate a markdown report with data quality metrics for scientific datasets?

The best way to generate a markdown report with data quality metrics is to use an automated EDA skill that examines scientific datasets. It produces a shareable report containing summaries, quality metrics, and downstream guidance for each analyzed file.

What Python dependencies do I need to analyze scientific data files and detect their formats?

To analyze scientific data files and detect formats, you need numpy, pandas, biopython, h5py, and Pillow. These dependencies enable loading format references, executing format-specific checks, and generating the final markdown analysis report.