q-exploratory-analysis

Generates structured CSV outputs and a summary from tabular data analysis.

24|1|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/TyrealQ/q-skills --skill q-exploratory-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: q-exploratory-analysis
Source: https://github.com/TyrealQ/q-skills/tree/main/skills/q-scholar/q-exploratory-analysis
Command: npx skills add https://github.com/TyrealQ/q-skills --skill q-exploratory-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas, numpy, scipy, openpyxl, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of exploratory data analysis (EDA) for tabular datasets, transforming raw data into understandable insights and structured outputs.

Core Features & Use Cases

  • Automated Analysis: Performs descriptive statistics, distribution analysis, frequency tables, and trend analysis based on column types.
  • User-Guided Classification: Interviews the user to confirm measurement levels (numeric, categorical, temporal, text) for accurate analysis.
  • Structured Outputs: Generates a TABLE/ directory with CSV outputs and a comprehensive EXPLORATORY_SUMMARY.md file.
  • Use Case: Before writing the results section of a research paper, use this Skill to quickly understand the characteristics of your dataset, identify key patterns, and flag potential issues.

Quick Start

Use the q-exploratory-analysis skill to analyze the attached file 'sales_data.csv'.

Frequently Asked Questions about q-exploratory-analysis

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

FAQPage Schema
How do I perform exploratory data analysis on a tabular dataset?

Exploratory data analysis is automated by this Skill through user-guided classification of measurement levels, applying statistically appropriate analysis for numeric, categorical, temporal, and text variables to generate structured outputs.

How does exploratory data analysis handle different data types like text and temporal variables?

Exploratory data analysis handles different data types by interviewing the user to confirm column measurement levels, applying statistically appropriate analysis for numeric, categorical, temporal, and text variables to ensure accurate profiling.

Do I need pandas and numpy to run automated data profiling?

Yes, you need pandas, numpy, scipy, and openpyxl to run automated data profiling. These dependencies are required for the underlying data processing and statistical analysis operations.

What is the best way to summarize raw tabular data for a research paper?

The best way to summarize raw tabular data for a research paper is using automated EDA to quickly understand dataset characteristics, identify key patterns, and flag potential issues before writing the results section.

What outputs are generated by EDA tools for tabular data?

EDA tools for tabular data generate structured outputs including a TABLE directory containing CSV files for specific analysis results and a comprehensive EXPLORATORY_SUMMARY.md file providing holistic insights.

Can I use this for statistical analysis of categorical variables?

Yes, you can use this for statistical analysis of categorical variables. The Skill applies frequency tables and statistically appropriate analysis based on user-confirmed column measurement levels.