PromptBase
Upgrade
Close icon
General
Home
Marketplace
Create
Hire
Login
Chat
Sell
Explore

Prompt Details

Model
(claude-4-6-sonnet)
Token size
320
Example input
[SKILL_TO_LEARN: Data analysis]: SKILL_TO_LEARN: Data analysis [LEARNING_GOAL: analyze datasets and create visual dashboards]: LEARNING_GOAL: analyze datasets and create visual dashboards [TIMEFRAME: 30 days]: TIMEFRAME: 30 days [LEARNER_LEVEL: complete beginner]: LEARNER_LEVEL: complete beginner
Example output
# 30-Day Data Analysis Accelerated Learning Plan Here's your complete roadmap, mia cara — built for a complete beginner aiming to go from zero to building visual dashboards in just 30 days. Given your HR and attendance data work, everything here is grounded in real, immediately usable skills. --- ## Skill Overview Data analysis is the process of collecting, cleaning, exploring, and interpreting data to extract meaningful insights and communicate them visually. It sits at the intersection of **critical thinking, statistics, and storytelling.** In today's job market — especially in HR, AI, and business operations — analysts who can turn raw numbers into clear dashboards are among the most in-demand professionals. For your specific context, this skill directly powers your attendance automation work, your PromptBase offerings, and your Dubai job hunt positioning. The skill has four core components: **data literacy** (understanding what data means), **data wrangling** (cleaning and shaping it), **analysis** (finding patterns and insights), and **visualization** (presenting findings clearly through charts and dashboards). --- Here's your complete 30-day roadmap at a glance:Click any block in the roadmap to go deeper on that week. Now here's the full written breakdown: --- ## Accelerated Learning Roadmap ### Phase 1 — Days 1–8: Foundations & Excel (No coding yet) The goal here is building intuition about data before touching a single line of code. **Days 1–2:** Understand core concepts — what is structured vs unstructured data, what are rows/columns/variables, what is a dataset? Watch "Data Analysis for Beginners" on YouTube (Alex the Analyst channel). Practice: open any Excel file and identify data types (text, number, date, boolean). **Days 3–5:** Excel fundamentals — SUM, AVERAGE, COUNT, COUNTIF, IF, VLOOKUP. Practice sorting and filtering. Learn what "dirty data" looks like (blanks, duplicates, inconsistent formats). Exercise: take your Odoo-exported attendance data and clean it in Excel. **Days 6–7:** Pivot tables — this is Excel's superpower. Learn to group, aggregate, and slice data visually. Create your first pivot chart. Exercise: summarize attendance by department and month. **Day 8 — Mini Project:** Build a simple HR dashboard in Excel with at least 3 charts (attendance rate, late arrivals by department, monthly trend). This is Milestone 1. --- ### Phase 2 — Days 9–18: Python & Deeper Analysis **Days 9–10:** Set up Python with Anaconda (free). Learn Jupyter Notebooks. Understand variables, lists, and basic operations. Don't try to memorize — type everything yourself. **Days 11–13:** Pandas library — the Excel of Python. Learn `pd.read_csv()`, `df.head()`, `df.info()`, `df.describe()`. Practice selecting columns, filtering rows, handling missing values. **Days 14–15:** Data cleaning in Python — drop duplicates, fill nulls, fix data types, rename columns. Exercise: clean a real messy dataset from Kaggle (HR Analytics dataset is perfect for you). **Days 16–18:** Exploratory Data Analysis (EDA). Learn `groupby()`, `merge()`, `value_counts()`. Compute basic statistics — mean, median, std deviation. Find patterns. Exercise: answer 5 business questions from your dataset using only pandas code. --- ### Phase 3 — Days 19–26: Visualization & Dashboards **Days 19–20:** Matplotlib basics — line charts, bar charts, histograms, scatter plots. Customize colors, titles, labels. **Days 21–22:** Seaborn — more beautiful statistical charts with less code. Heatmaps, box plots, pair plots. Great for showing correlations. **Days 23–24:** Google Looker Studio (free, no-code, browser-based). Connect a Google Sheet or CSV. Build an interactive dashboard with filters, date ranges, and multiple chart types. This is the fastest path to a shareable, professional-looking dashboard. **Days 25–26:** Introduction to Power BI Desktop (free). Import data, create relationships, build a simple report with slicers. Given your HR role, Power BI is particularly valuable. This is Milestone 3. --- ### Phase 4 — Days 27–30: Capstone Project Take one complete dataset (ideally your own Al Naseeb attendance data or a Kaggle HR dataset), go end-to-end: clean it in Python, analyze it with pandas, visualize it with Seaborn, and publish a final dashboard in Looker Studio or Power BI. Write a 1-page "data story" explaining your findings. This becomes your first portfolio piece. --- ## Recommended Tools & Resources **Free Tools:** Excel or Google Sheets (start here), Python with Anaconda (free install), Jupyter Notebooks (comes with Anaconda), Google Looker Studio (browser, free forever), Power BI Desktop (free download), Kaggle (free datasets + courses). **Learning Resources:** Alex the Analyst on YouTube (best beginner playlist), Kaggle's free "Intro to Data Analysis" micro-course, "Python for Everybody" on Coursera (audit for free), W3Schools pandas reference, DataCamp's free tier (limited but useful for hands-on exercises). **Practice Datasets:** Your own Odoo attendance export (most motivating), Kaggle HR Analytics Dataset, Kaggle Titanic Dataset (classic beginner project), Our World in Data (real-world datasets on global topics). --- ## Practice Projects (Hands-On) **Project 1 (Day 8):** HR Attendance Dashboard in Excel — pivot table showing attendance rate by department, trend over time, top 5 absent employees. **Project 2 (Day 18):** Python EDA on a Kaggle HR dataset — answer questions like "which department has the highest turnover?" and "is there a correlation between salary and satisfaction?" **Project 3 (Day 24):** Google Looker Studio dashboard — connect your cleaned CSV, add 4+ charts, make it filterable by date and department. Share the link publicly — this is portfolio-ready. **Project 4 (Day 30):** Capstone case study — pick a real business problem, analyze it, visualize it, and write up insights in a 1-page report. Name it something professional (e.g., "Al Naseeb Workforce Analytics Report Q1 2026"). --- ## Common Beginner Mistakes to Avoid The biggest one is trying to memorize everything instead of building by doing. You don't need to memorize pandas syntax — you need to know what's possible and Google the exact code. Start with real data you care about, not abstract exercises, because motivation is your biggest asset in the first two weeks. Many beginners skip data cleaning and jump straight to charts, which leads to wrong and misleading visuals. Dirty data produces garbage insights, so always check your data before analyzing it. Similarly, beginners often over-chart — putting 12 charts on a dashboard when 4 clear ones tell the story far better. Simplicity is a skill, not laziness. Avoid switching tools constantly. Commit to Excel for Phase 1, Python for Phase 2, and Looker Studio/Power BI for Phase 3. Tool-hopping wastes your 30 days. Finally, don't skip sharing your work. Post your projects on LinkedIn as you complete them. This builds your portfolio in real time and signals your progress to potential employers — especially relevant for your Dubai positioning. --- ## Progress Milestones **Milestone 1 — Day 8:** You can independently create a pivot table and a 3-chart Excel dashboard from raw data. You understand the difference between clean and dirty data. **Milestone 2 — Day 18:** You can load a CSV in Python, clean it, answer 5 business questions using pandas, and produce a basic matplotlib chart. You can explain what you did to a non-technical colleague. **Milestone 3 — Day 26:** You have a live, shareable Looker Studio or Power BI dashboard that filters dynamically. Someone can interact with it without your help. **Milestone 4 — Day 30:** You have a complete, portfolio-ready end-to-end project with code, charts, and a written data story. You can talk about it in a job interview. --- ## Advanced Next Steps (After Day 30) Once you complete this plan, the natural progression is SQL for querying databases directly (2–3 weeks), followed by deeper statistical analysis and hypothesis testing. From there, you can move into machine learning basics with scikit-learn — predicting outcomes rather than just describing them. On the tools side, advancing your Power BI DAX skills (which you've already started) becomes very marketable. You could also explore Tableau Public, which is widely used in enterprise environments. For income generation specifically, your completed dashboards can become PromptBase products (prompt templates for generating data insights), Gumroad templates (Excel/Looker Studio dashboard templates), or Fiverr services (building dashboards for small businesses). Given your HR background and analytics skills combined, positioning yourself as an "HR Analytics Specialist" is a genuinely rare and high-value combination — exactly the kind of profile that stands out in Dubai's job market.
🌀 Claude

Rapid Skill Mastery Learning System

Add to Library
Instant accessInstant access
Usage rightsCommercial use
By downloading this prompt, you agree to our terms of service
CLAUDE-4-6-SONNET
Tested icon
Guide icon
4 examples icon
This powerful prompt transforms AI into a personal tutor, learning strategist, and accelerated skill coach designed to help beginners master complex skills quickly and efficiently. Instead of wasting time searching for random tutorials or unstructured courses, this prompt generates a clear, step-by-step learning system that guides you from beginner to real competence.
...more
Added over 1 month ago
Report
Browse Marketplace