Data Analysis Books | Python | SQL | Excel | Artificial Intelligence | Power BI | Tableau | AI Resources
48.3K subscribers
235 photos
1 video
36 files
394 links
Download Telegram
Forwarded from Data Analyst Jobs
Many people ask this common question โ€œCan I get a job with just SQL and Excel?โ€ or โ€œCan I get a job with just Power BI and Python?โ€.

The answer to all of those questions is yes.

There are jobs that use only SQL, Tableau, Power BI, Excel, Python, or R or some combination of those.

However, the combination of tools you learn impacts the total number of jobs you are qualified for.

For example, letโ€™s say with just SQL and Excel you are qualified for 10 jobs, but if you add Tableau to that, you are qualified for 50 jobs.

If you have a success rate of landing a job youโ€™re qualified for of 4%, having 5 times as many jobs to go for greatly improves your odds of landing a job.

Does this mean you should go out there and learn every single skill any data analyst job requires?

NO!

Itโ€™s about finding the core tools that many jobs want.

And, in my opinion, those tools are SQL, Excel, and a visualization tool.

With these three tools, you are qualified for the majority of entry level data jobs and many higher level jobs.

So, you can land a job with whatever tools youโ€™re comfortable with.

But if you have the three tools above in your toolbelt, you will have many more jobs to apply for and greatly improve your chances of snagging one.
โค8๐Ÿ‘5
Guys, please avoid making excuses or procrastinating. The provided data analytics resources are more than sufficient to start your journey in this field. Stay focused, be consistent, and make the most of these materials. If you're unsure where to start, begin with the SQL tutorials. I'll also include resources for practicing SQL problems online.

The key is to take the initiative. Once you start, you'll better understand how everything works. Engage in the hands-on projects mentioned in the sessions. I'll try enhancing this product in the future without requiring any extra cost.

Feel free to reach out to me if you need any help or guidance. All the best for your future ๐Ÿ‘๐Ÿ‘
๐Ÿ‘14โค8๐Ÿ‘4
If you're thinking about building a data analytics projects, you don't need another book, video, or blog post.

Just start.

You'll learn 10x more by failing big time than by reading someone else's advice ๐Ÿคทโ™‚๏ธ
๐Ÿ‘14โค3
Starting exploratory data analysis (EDA) can be tricky. Many of us often feel lost at the beginning. Here's a simple way to get on track: start by creating hypothesis questions and defining KPIs based on your dataset and the field you are working in.

๐…๐จ๐ฅ๐ฅ๐จ๐ฐ ๐ญ๐ก๐ž๐ฌ๐ž ๐ฌ๐ญ๐ž๐ฉ๐ฌ ๐ญ๐จ ๐ ๐ฎ๐ข๐๐ž ๐ฒ๐จ๐ฎ๐ซ ๐„๐ƒ๐€:
1. ๐‘ผ๐’๐’…๐’†๐’“๐’”๐’•๐’‚๐’๐’… ๐’€๐’๐’–๐’“ ๐‘ญ๐’Š๐’†๐’๐’…: Learn about the industry and the specific problems you're trying to solve. This will help you know what to look for in your data.
2. ๐‘ฐ๐’…๐’†๐’๐’•๐’Š๐’‡๐’š ๐‘ฒ๐’†๐’š ๐‘ด๐’†๐’•๐’“๐’Š๐’„๐’”: Decide on the most important KPIs for your analysis. These should align with your business goals and provide clear insights.
3. ๐‘ช๐’“๐’†๐’‚๐’•๐’† ๐‘ฏ๐’š๐’‘๐’๐’•๐’‰๐’†๐’”๐’†๐’”: Formulate questions that your EDA will try to answer. This keeps your analysis focused and purposeful.

Using these steps will make your EDA process smoother and ensure your results are valuable and relevant.
๐Ÿ‘5โค2
๐๐ฎ๐ฌ๐ข๐ง๐ž๐ฌ๐ฌ ๐€๐ง๐š๐ฅ๐ฒ๐ฌ๐ญ V/S ๐๐ฎ๐ฌ๐ข๐ง๐ž๐ฌ๐ฌ ๐ˆ๐ง๐ญ๐ž๐ฅ๐ฅ๐ข๐ ๐ž๐ง๐œ๐ž

๐๐ฎ๐ฌ๐ข๐ง๐ž๐ฌ๐ฌ ๐€๐ง๐š๐ฅ๐ฒ๐ฌ๐ญ (๐๐€):

- Acts as a bridge between the business side and the IT side of an organization.
- Gathers and analyzes business requirements.
- Conducts stakeholder meetings.

๐๐ฎ๐ฌ๐ข๐ง๐ž๐ฌ๐ฌ ๐ˆ๐ง๐ญ๐ž๐ฅ๐ฅ๐ข๐ ๐ž๐ง๐œ๐ž (๐๐ˆ):

- Focuses on data analysis, reporting, and data visualization using BI tools.
- Extracts and transforms data from various sources into meaningful insights to support decision-making.
- Builds dashboards and reports.
- Identifies trends and patterns in data.

๐„๐ฑ๐š๐ฆ๐ฉ๐ฅ๐ž:

๐€๐ฆ๐š๐ณ๐จ๐ง: A BA might analyze customer feedback to improve delivery processes, while a BI professional could create dashboards to monitor sales trends and warehouse efficiency.

๐†๐จ๐จ๐ ๐ฅ๐ž: A BA could work on improving user experience based on app usage data, whereas a BI expert might analyze advertising data to optimize ad campaigns.
๐Ÿ‘8โค3
๐Ÿฅณ๐Ÿš€When delving into data analytics and initiating your SQL journey, prioritize mastering the fundamental concepts that address the majority of problems before delving into other topics.

๐Ÿ‘‰๐Ÿป Basic Aggregation function:
1๏ธโƒฃ AVG
2๏ธโƒฃ COUNT
3๏ธโƒฃ SUM
4๏ธโƒฃ MIN
5๏ธโƒฃ MAX

๐Ÿ‘‰๐Ÿป JOINS
1๏ธโƒฃ Left
2๏ธโƒฃ Inner
3๏ธโƒฃ Self (Important, Practice questions on self join)

๐Ÿ‘‰๐Ÿป Windows Function (Important)
1๏ธโƒฃ Learn how partitioning works
2๏ธโƒฃ Learn the different use cases where Ranking/Numbering Functions are used? ( ROW_NUMBER,RANK, DENSE_RANK, NTILE)
3๏ธโƒฃ Use Cases of LEAD & LAG functions
4๏ธโƒฃ Use cases of Aggregate window functions

๐Ÿ‘‰๐Ÿป GROUP BY
๐Ÿ‘‰๐Ÿป WHERE vs HAVING
๐Ÿ‘‰๐Ÿป CASE STATEMENT
๐Ÿ‘‰๐Ÿป UNION vs Union ALL
๐Ÿ‘‰๐Ÿป LOGICAL OPERATORS

Other Commonly used functions:
๐Ÿ‘‰๐Ÿป IFNULL
๐Ÿ‘‰๐Ÿป COALESCE
๐Ÿ‘‰๐Ÿป ROUND
๐Ÿ‘‰๐Ÿป Working with Date Functions
1๏ธโƒฃ EXTRACTING YEAR/MONTH/WEEK/DAY
2๏ธโƒฃ Calculating date differences

๐Ÿ‘‰๐ŸปCTE
๐Ÿ‘‰๐ŸปViews & Triggers (optional)

Here is an amazing resources to learn & practice SQL: https://t.iss.one/sqlanalyst/195

Hope it helps in your SQL learning ๐Ÿ“š
โค6๐Ÿ‘5๐Ÿฅฐ1
Will AI Tools for Data Analysis Replace Data Analysts?

AI and Data Analysis are two closely related scientific areas, that have been developing rapidly for the last several years. As technology continues to evolve, the question arises: Will AI tools for data analysis replace data analysts?

This article aims to describe how AI is related to Data Analysis, what it can do, and will AI tools for data analysis replace data analysts. Starting with the introduction to AI and its fundamental aspects, to how it is going to affect the world in the distant future, the article addresses that and also focuses on how AI is associated with Data analysis.

The moderate generation of AI comprises Machine Learning, Deep Learning, and Generative AI. While generative AI is the capability to produce materials and contents like images, sound, and music, Machine Learning is a specific type of GI that prepares an algorithm to feed information to make a prediction.
๐Ÿ‘2
Perfect Resume Template
๐Ÿ‘37๐Ÿ”ฅ2๐Ÿ‘1๐Ÿ˜1๐Ÿ˜‡1
Letโ€™s go back to the basics...!

Hereโ€™s what you do to become a Data Analyst

- Learn SQL (best skill to have)
- Learn Excel (hidden requirement)
- Learn a BI tool (for nice portfolio projects)

Donโ€™t stop there you still have work to do

- Create a portfolio
- Learn how to create an appealing resume
- Learn how to answer interview questions (STAR method)

After this, my favorite, networking

- Comment on posts
- Start posting yourself
- Reach out to all the recruiters

It can take you anywhere from a couple of months to a year!

It all depends on how much time you can dedicate each day!

But the longer you wait, the longer it will take!

Get after it...!
๐Ÿ‘16โค7
Data Analysis Books | Python | SQL | Excel | Artificial Intelligence | Power BI | Tableau | AI Resources
What should be the next topic for YouTube video?
Since most of you voted for SQL, I created this video which contains essential SQL topics & free resources to practice sql.
๐Ÿ‘‡๐Ÿ‘‡
https://youtu.be/VCZxODefTIs?si=1XB44uv5DIpcJA4K

Please like this video & subscribe my youtube channel so that I can bring more awesome videos. I would really appreciate any feedback in the comments :)
โค7๐Ÿ‘4
Skills need for everyday data analysis jobs
๐Ÿ‘13๐Ÿ”ฅ2
Guesstimate questions are scary, simply because they really matter for impacting your performance in those all-important interviews โ€” often for consulting, data analytics or product management. No need to worry; you can do it! In this guide, we are looking at how to approach guesstimate questions with confidence and make what sounds like a guessing game into an opportunity for showcasing our analytical thinking.

https://datasimplifier.com/guesstimate-questions/
๐Ÿ‘5