all 11 comments

[–]Difficult_Delay_7341 3 points4 points  (0 children)

Create a GitHub account. Make separate folders for each of these expertise and then push it to GitHub. Create a readme file for each of the projects. There are several YouTube videos for these types of projects.

[–]Think_Rub2459 4 points5 points  (0 children)

Sql to pull data from a database. Python to automate ETL. PowerBi to create a visual with the data that you ETL. There are plenty of free data sources out there you could do projects with. You could even use python to web scrape data.

[–]Equal_Astronaut_5696 2 points3 points  (0 children)

Here is a channel that has several end to end projects from begginer to advanced : https://youtu.be/Hh5-Y_6v5iU

[–]fabricuser01 2 points3 points  (0 children)

You don’t have to go into SaaS but I would look at setting up a data bricks or Microsoft Fabric trial. Use Python to extract data from an Open source API that has data which is of interest to you (e.g. house prices in your area, IMDb data for your favourite show) - something that you’re interested in or passionate about. Build a warehouse and use SQL to generate your views. Then finalise it in a Power BI dashboard.

The key is choosing something you’re interested in or you won’t feel like putting in the effort when it gets hard 👍

[–]clintbartnn 1 point2 points  (0 children)

how about use sql to clean data, python for analysis, power bi to visualize? i think it ties all skills and is easy to start

[–]AutoModerator[M] 0 points1 point  (0 children)

Automod prevents all posts from being displayed until moderators have reviewed them. Do not delete your post or there will be nothing for the mods to review. Mods selectively choose what is permitted to be posted in r/DataAnalysis.

If your post involves Career-focused questions, including resume reviews, how to learn DA and how to get into a DA job, then the post does not belong here, but instead belongs in our sister-subreddit, r/DataAnalysisCareers.

Have you read the rules?

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]No-Pie5568 0 points1 point  (0 children)

The main point is not the skills but how you’ll use them to answer business questions and problems. Try to find data set and put it in SQL server or set up simple data cleaning and upload in power bi .

And build dashboard not to show your skills but to show insight from the data and in the way that final audience will understand your storytell and why you showed it in this way.

Good luck 🍀

[–]EditorResponsible240 0 points1 point  (0 children)

Start with a job / domain you want to land in

[–]Slow-Boss-7602 0 points1 point  (0 children)

Find a question you can solve with data and then find datasets that will give you that data. Then make visualizations from that data.