← Back to list

data-analyzer
by Rehan-Ul-Haq
⭐ 9🍴 2📅 Jan 8, 2026
SKILL.md
name: data-analyzer description: Guide for analyzing and visualizing data. This skill should be used when users want to analyze data, create visualizations, or explore datasets.
Data Analyzer
Analyze and visualize data from various sources.
When to Use
Use when a user asks to:
- Analyze a dataset
- Create visualizations
- Explore data patterns
How to Analyze Data
Step 1: Load Data
import pandas as pd
df = pd.read_csv('data.csv')
Step 2: Explore Data
df.head()
df.describe()
df.info()
Step 3: Clean Data
Handle missing values and outliers.
Step 4: Analyze
Perform statistical analysis based on user needs.
Step 5: Visualize
import matplotlib.pyplot as plt
df['column'].hist()
plt.show()
Output
- Analysis summary
- Visualizations as requested
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon