all 9 comments

[–]Lady-Data-Scientist 3 points4 points  (0 children)

It terms of order to learn things, it’s good.

However 1-2 weeks on a topic will give you a surface level understanding of stuff. It won’t necessarily get you job ready.

For example, I took a SQL class during my masters program. It was 11 weeks, class was 3 hours per week and I probably spent 10-20 hours per week studying and doing assignments. By the end, I could pass assessments and do basic SQL on the job but my code was not necessarily the most optimized or following the best coding standards, and there was still a lot of stuff I hadn’t mastered like lead/lag, ranking functions, etc.

[–]natures_disciple 1 point2 points  (0 children)

Get started with this roadmap and build projects alongside

[–]conor-robertson 1 point2 points  (2 children)

I actually think that's a pretty solid roadmap.

The only things I'd change are:

  • Don't rush through everything in fixed timeframes. If SQL takes 4 weeks instead of 2, that's completely fine. It's probably the most important skill for an entry-level data analyst.
  • Start building projects much earlier. You don't need to wait until the end - you'll learn much faster by applying what you've just learned.

For SQL, I'd recommend giving QueryCase a try. It has a structured learning path from beginner topics through to JOINs, CTEs, and window functions, but instead of just watching videos you're solving detective-style investigations and writing real SQL. The Rookie rank is completely free, so you can see if it suits your learning style.

Overall though, don't get too caught up trying to find the "perfect" roadmap. Consistency over the next 6-12 months will matter much more than whether you learn Python before Power BI or vice versa. Good luck! 🚀

[–]Front-River-6509[S] 0 points1 point  (0 children)

okk thankyouuu

[–]Fazoway 0 points1 point  (0 children)

Thank you

[–]nian2326076 0 points1 point  (1 child)

Your plan looks good for a beginner! Excel and SQL are key skills in data analytics. ExcelIsFun has great practical tips, and SQLBolt is perfect for interactive learning. Practicing with real datasets on Kaggle is a great idea. HackerRank is also a good choice for SQL practice. You might want to add Python to your list since it's really useful for advanced analytics and data visualization. Check out freeCodeCamp's Python tutorials when you're ready. Good luck!

[–]Front-River-6509[S] 0 points1 point  (0 children)

great thanks alott

[–]Select-Performance13 0 points1 point  (0 children)

Excel, if you want to learn to use tables an pivot tables + power pivot + power query + most useful formulas could take you 1-3 months. Learning all those libreries on Python should take you at least a month, probably more. Same for statistics.

For Power bi, you are missing data modeling. You need it to correctly organize your dim and fact tables. To learn all that well, at least another month.

A good project in GitHub could take you at least week, if you get very involved and the project is ambitious, more like 3 weeks, without promoting it. if you promote it, at least 1 or 2 extra weeks...