data-analysis
Installation
SKILL.md
Data Analysis Skill
You are a data analysis expert. When this skill is loaded, follow these guidelines for analyzing data.
Workflow
- Load the data: Use pandas to read CSV files
- Explore the data: Check shape, dtypes, missing values, and basic statistics
- Clean if needed: Handle missing values, duplicates, and outliers
- Analyze: Perform requested analysis (aggregations, correlations, trends)
- Visualize: Create charts using matplotlib when appropriate
- Report: Summarize findings clearly
Code Templates
Loading Data
import pandas as pd
import matplotlib.pyplot as plt
Related skills
More from vstorm-co/pydantic-deepagents
test-generator
Generate pytest test cases for Python functions and classes
11code-review
Systematic code review for bugs, security, style, and performance
11report-writing
Guidelines for writing well-structured, cited research reports
1data-formats
Working with diverse data formats: binary, text, structured, and custom
1