Data Analysis Books | Python | SQL | Excel | Artificial Intelligence | Power BI | Tableau | AI Resources
описание
Data Analysis Useful Resources #dataanalysis #dataanalysisbooks #sqlbooks #pythonbooks #tableau #powerbi #datavisualization For promotions: @coderfun
52 864
подписчиков
Охват к подписчикам
6,3%
ERR
Реакции к просмотрам
0,21%
155 на 22 постов
Пересылки к просмотрам
0,60%
438
Постов в день
0,3
всего 22
Где отзываются чаще
доля реакций к просмотрам- 16 авг.🚀 Real SQL Interview Question Reported in a Swiggy Business Analyst Interview Question: Given an orders table with the following columns: driver_id order_time delivered_time Write an SQL query to calculate the average waiting/delivery time (in minutes) for each delivery partner. ✅ SQL Solution (MySQL) SELECT driver_id, AVG(TIMESTAMPDIFF(MINUTE, order_time, delivered_time)) AS avg_delivery_time FROM orders GROUP BY driver_id; 💡 Approach: • Calculate the time difference between order_time and delivered_time. • Convert the difference into minutes using TIMESTAMPDIFF(). • Group records by driver_id. • Use AVG() to find the average delivery time for each delivery partner. 📚 Concepts Tested: • Date & Time Functions • GROUP BY • Aggregate Functions (AVG) • Business Metrics React ♥️ for more real interview questions0,87%
- 10 авг.Excel Shortcut Keys You Should Know! 1. Save file → Ctrl + S 2. Undo last action → Ctrl + Z 3. Redo action → Ctrl + Y 4. Cut selection → Ctrl + X 5. Paste → Ctrl + V 6. Select entire row → Shift + Space 7. Select entire column → Ctrl + Space 8. Insert new worksheet → Shift + F11 9. Rename sheet → Alt + H, O, R 10. AutoSum → Alt + = 11. Edit active cell → F2 12. Lock cell reference → F4 13. Apply filter → Ctrl + Shift + L 14. Insert current date → Ctrl + ; 15. Insert current time → Ctrl + Shift + : Double Tap ♥️ For More0,59%
- 16 июл.*📊 Master Microsoft Excel :* The Excel Tree 👇 | |── *Basics* | ├── Workbook / Worksheet | ├── Rows & Columns | └── Cells & Ranges | |── *Data Entry & Formatting* | ├── Text / Numbers / Dates | ├── Cell Formatting (bold, color, borders) | ├── Conditional Formatting | └── Cell Styles & Themes | |── *Formulas & Functions* | ├── =SUM(), =AVERAGE() | ├── =IF(), =AND(), =OR() | ├── =VLOOKUP() / =HLOOKUP() / =XLOOKUP() | ├── =INDEX() / =MATCH() | └── =COUNT(), =COUNTA(), =COUNTIF() | |── *Charts & Graphs* | ├── Bar / Line / Pie / Column | ├── Combo Charts | └── Sparklines | |── *Data Tools* | ├── Data Validation | ├── Remove Duplicates | ├── Text to Columns | └── Flash Fill | |── *Sorting & Filtering* | ├── AutoFilter | ├── Custom Sort | └── Advanced Filter | |── *Pivot Tables & Pivot Charts* | ├── Summarize large data | ├── Drag & drop interface | └── Slicers for filtering | |── *Tables & Named Ranges* | ├── Excel Tables (Insert > Table) | └── Named Ranges for easy reference | |── *Date & Time Functions* | ├── =TODAY(), =NOW() | ├── =DATEDIF(), =EDATE() | └── =TEXT() for formatting | |── *Text Functions* | ├── =LEFT(), =RIGHT(), =MID() | ├── =LEN(), =FIND(), =SEARCH() | └── =CONCAT() / =TEXTJOIN() | |── *Logical & Lookup Functions* | ├── =IFERROR() | ├── =CHOOSE() | └── =SWITCH() | |── *Keyboard Shortcuts* | ├── Ctrl + Arrow → Jump | ├── Ctrl + Shift + L → Filter | └── F2 → Edit Cell | |── *Macros & Automation* | ├── Record Macros | └── VBA (Visual Basic for Applications) | |── *Data Analysis Tools* | ├── Goal Seek | ├── Solver | └── What-If Analysis | |── *Best Practices* | ├── Use tables for dynamic data | ├── Use comments & named ranges | └── Avoid merged cells in data tables | |── END __ 💬 *Double Tap ❤️ if this helped you!*0,53%
- 2 авг.✅ Power BI Interview Questions 🎯📊 1️⃣ What is Power BI? A Microsoft tool for data visualization, reporting, and business intelligence. 2️⃣ What are the building blocks of Power BI? • Datasets • Reports • Dashboards • Tiles • Visualizations 3️⃣ Difference between Power BI Desktop and Power BI Service? • Desktop: Used to create and design reports • Service: Cloud-based platform to share and collaborate 4️⃣ What is Power Query? A data transformation tool for cleaning and shaping data before loading into the model. 5️⃣ What is DAX? Data Analysis Expressions – a formula language used for calculations in Power BI. 6️⃣ What are measures and calculated columns? • Measure: Calculated on aggregation (e.g. SUM of sales) • Calculated Column: Row-level computation (e.g. profit = revenue - cost) 7️⃣ What is a slicer? A visual filter that allows users to dynamically filter data on a report. 8️⃣ How do you handle data refresh in Power BI? • Schedule refresh via Power BI Service • Use gateways for on-prem data sources 9️⃣ What is the difference between direct query and import mode? • Import: Data is loaded into Power BI • Direct Query: Queries run directly on the source in real time 🔟 What is the Power BI Gateway? A bridge between on-premise data sources and Power BI cloud service. 💬 Tap ❤️ for more0,41%
- 26 июн.You don’t need to pay $10,000 to learn data analytics The best ones are often free. Here are the free resources I recommend that have proven effective: 𝐒𝐐𝐋 & 𝐃𝐚𝐭𝐚𝐛𝐚𝐬𝐞𝐬 ↳ Mode SQL Tutorial (interactive): https://lnkd.in/ddy6tUJW ↳ SQLBolt (beginner-friendly): https://sqlbolt.com ↳ W3Schools SQL: https://lnkd.in/e6scAPms 𝐄𝐱𝐜𝐞𝐥 𝐟𝐨𝐫 𝐃𝐚𝐭𝐚 𝐀𝐧𝐚𝐥𝐲𝐬𝐢𝐬 ↳ Chandoo's Free 14-Week Course: https://lnkd.in/d2zVWHU5 ↳ ExcelIsFun YouTube Channel: https://lnkd.in/dCz7V2Xm 𝐏𝐲𝐭𝐡𝐨𝐧 𝐟𝐨𝐫 𝐃𝐚𝐭𝐚 𝐀𝐧𝐚𝐥𝐲𝐬𝐢𝐬 ↳ freeCodeCamp (free certificate): https://lnkd.in/drMQePcp ↳ Kaggle Learn: https://lnkd.in/dAQdczQ9 𝐃𝐚𝐭𝐚 𝐕𝐢𝐬𝐮𝐚𝐥𝐢𝐳𝐚𝐭𝐢𝐨𝐧 ↳ Tableau Public (free): https://lnkd.in/dPj-V6gC ↳ Looker Studio (free): https://lnkd.in/dZj4tc7Z 𝐂𝐨𝐦𝐩𝐥𝐞𝐭𝐞 𝐏𝐫𝐨𝐠𝐫𝐚𝐦𝐬 (𝐀𝐮𝐝𝐢𝐭 𝐅𝐫𝐞𝐞) ↳ Google Data Analytics Certificate: https://lnkd.in/diTs5J-e ↳ IBM Data Analyst: https://lnkd.in/dvN9AWDN ↳ HubSpot Business Analytics (100% free + certificate): https://lnkd.in/d5RW6KBK 𝐘𝐨𝐮𝐓𝐮𝐛𝐞 𝐂𝐡𝐚𝐧𝐧𝐞𝐥𝐬 𝐈 𝐑𝐞𝐜𝐨𝐦𝐦𝐞𝐧𝐝 ↳ Alex The Analyst: https://lnkd.in/dDt2HRMx ↳ Codebasics: https://lnkd.in/de8dg4v8 ↳ Luke Barousse: https://lnkd.in/dDm_2GAF ↳ Data with Baraa: https://lnkd.in/dPRB2hAV 𝐏𝐫𝐚𝐜𝐭𝐢𝐜𝐞 𝐰𝐢𝐭𝐡 𝐑𝐞𝐚𝐥 𝐃𝐚𝐭𝐚 ↳ Kaggle Datasets: https://lnkd.in/ee9wkuxr ↳ Google Dataset Search: https://lnkd.in/ezaHtmxs 𝐏𝐫𝐨 𝐭𝐢𝐩: Start with SQL + Excel → Add Python → Then visualization tools.0,38%
- 24 июн.✅ 🔤 A–Z of Data Analyst 📊💼 A – Analytics The process of analyzing data to discover insights and support decision-making. B – Business Intelligence (BI) Technologies and tools used to analyze business data (Power BI, Tableau). C – Cleaning (Data Cleaning) Removing errors, duplicates, and inconsistencies from data. D – Dashboard A visual display of key metrics and insights. E – ETL (Extract, Transform, Load) Process of collecting, cleaning, and storing data for analysis. F – Forecasting Predicting future trends using historical data. G – Group By A method to organize data into categories for analysis. H – Hypothesis Testing Testing assumptions using statistical methods. I – Insight Meaningful information derived from data analysis. J – Join Combining data from multiple tables (SQL concept). K – KPI (Key Performance Indicator) A measurable value showing business performance. L – Linear Regression A statistical method used to predict relationships between variables. M – Metrics Quantifiable measures used to track performance. N – Normalization Organizing data to reduce redundancy and improve efficiency. O – Outlier A data point significantly different from others. P – Pivot Table A tool used to summarize and analyze data quickly. Q – Query A request to retrieve data from a database. R – Reporting Presenting data insights through charts and summaries. S – SQL Language used to manage and analyze structured data. T – Trend Analysis Identifying patterns or changes over time. U – Unstructured Data Data without predefined format (text, images). V – Visualization Representing data using charts or graphs. W – Warehousing (Data Warehouse) Central storage of large structured datasets. X – X-axis Horizontal axis in charts representing variables. Y – YoY (Year-over-Year) Comparing data from one year to another. Z – Z-Score Statistical measure showing how far a value is from the mean. Double Tap ♥️ For More0,36%
- 27 июл.SQL Detailed Roadmap | | | |-- Fundamentals | |-- Introduction to Databases | | |-- What SQL does | | |-- Relational model | | |-- Tables, rows, columns | |-- Keys and Constraints | | |-- Primary keys | | |-- Foreign keys | | |-- Unique and check constraints | |-- Normalization | | |-- 1NF, 2NF, 3NF | | |-- ER diagrams | | |-- Core SQL | |-- SQL Basics | | |-- SELECT, WHERE, ORDER BY | | |-- GROUP BY and HAVING | | |-- JOINS: INNER, LEFT, RIGHT, FULL | |-- Intermediate SQL | | |-- Subqueries | | |-- CTEs | | |-- CASE statements | | |-- Aggregations | |-- Advanced SQL | | |-- Window functions | | |-- Analytical functions | | |-- Ranking, moving averages, lag and lead | | |-- UNION, INTERSECT, EXCEPT | | |-- Data Management | |-- Data Types | | |-- Numeric, text, date, JSON | |-- Indexes | | |-- B tree and hash indexes | | |-- When to create indexes | |-- Transactions | | |-- ACID properties | |-- Views | | |-- Standard views | | |-- Materialized views | | |-- Database Design | |-- Schema Design | | |-- Star schema | | |-- Snowflake schema | |-- Fact and Dimension Tables | |-- Constraints for clean data | | |-- Performance Tuning | |-- Query Optimization | | |-- Execution plans | | |-- Index usage | | |-- Reducing scans | |-- Partitioning | | |-- Horizontal partitioning | | |-- Sharding basics | | |-- SQL for Analytics | |-- KPI calculations | |-- Cohort analysis | |-- Funnel analysis | |-- Churn and retention tables | |-- Time based aggregations | |-- Window functions for metrics | | |-- SQL for Data Engineering | |-- ETL Workflows | | |-- Staging tables | | |-- Transformations | | |-- Incremental loads | |-- Data Warehousing | | |-- Snowflake | | |-- Redshift | | |-- BigQuery | |-- dbt Basics | | |-- Models | | |-- Tests | | |-- Lineage | | |-- Tools and Platforms | |-- PostgreSQL | |-- MySQL | |-- SQL Server | |-- Oracle | |-- SQLite | |-- Cloud SQL | |-- BigQuery UI | |-- Snowflake Worksheets | | |-- Projects | |-- Build a sales reporting system | |-- Create a star schema from raw CSV files | |-- Design a customer segmentation query | |-- Build a churn dashboard dataset | |-- Optimize slow queries in a sample DB | |-- Create an analytics pipeline with dbt | | |-- Soft Skills and Career Prep | |-- SQL interview patterns | |-- Joins practice | |-- Window function drills | |-- Query writing speed | |-- Git and GitHub | |-- Data storytelling | | |-- Bonus Topics | |-- NoSQL intro | |-- Working with JSON fields | |-- Spatial SQL | |-- Time series tables | |-- CDC concepts | |-- Real time analytics | | |-- Community and Growth | |-- LeetCode SQL | |-- Kaggle datasets with SQL | |-- GitHub projects | |-- LinkedIn posts | |-- Open source contributions Free Resources to learn SQL • W3Schools SQL https://www.w3schools.com/sql/ • SQL Programming https://whatsapp.com/channel/0029VanC5rODzgT6TiTGoa1v • SQL Notes https://whatsapp.com/channel/0029Vb6hJmM9hXFCWNtQX944 • Mode Analytics SQL tutorials https://mode.com/sql-tutorial/ • Data Analytics Resources https://t.me/sqlspecialist • HackerRank SQL practice https://www.hackerrank.com/domains/sql • LeetCode SQL problems https://leetcode.com/problemset/database/ • Data Engineering Resources https://whatsapp.com/channel/0029Vaovs0ZKbYMKXvKRYi3C • Khan Academy SQL basics https://www.khanacademy.org/computing/computer-programming/sql • PostgreSQL official docs https://www.postgresql.org/docs/ • MySQL official docs https://dev.mysql.com/doc/ • NoSQL Resources https://whatsapp.com/channel/0029VaxA2hTHgZWe5FpFjm3p Double Tap ❤️ For More0,36%
- 6 авг.Steps to become a data analyst Learn the Basics of Data Analysis: Familiarize yourself with foundational concepts in data analysis, statistics, and data visualization. Online courses and textbooks can help. Free books & other useful data analysis resources - https://t.me/learndataanalysis Develop Technical Skills: Gain proficiency in essential tools and technologies such as: SQL: Learn how to query and manipulate data in relational databases. Free Resources- @sqlanalyst Excel: Master data manipulation, basic analysis, and visualization. Free Resources- @excel_analyst Data Visualization Tools: Become skilled in tools like Tableau, Power BI, or Python libraries like Matplotlib and Seaborn. Free Resources- @PowerBI_analyst Programming: Learn a programming language like Python or R for data analysis and manipulation. Free Resources- @pythonanalyst Statistical Packages: Familiarize yourself with packages like Pandas, NumPy, and SciPy (for Python) or ggplot2 (for R). Hands-On Practice: Apply your knowledge to real datasets. You can find publicly available datasets on platforms like Kaggle or create your datasets for analysis. Build a Portfolio: Create data analysis projects to showcase your skills. Share them on platforms like GitHub, where potential employers can see your work. Networking: Attend data-related meetups, conferences, and online communities. Networking can lead to job opportunities and valuable insights. Data Analysis Projects: Work on personal or freelance data analysis projects to gain experience and demonstrate your abilities. Job Search: Start applying for entry-level data analyst positions or internships. Look for job listings on company websites, job boards, and LinkedIn. Jobs & Internship opportunities: @getjobss Prepare for Interviews: Practice common data analyst interview questions and be ready to discuss your past projects and experiences. Continual Learning: The field of data analysis is constantly evolving. Stay updated with new tools, techniques, and industry trends. Soft Skills: Develop soft skills like critical thinking, problem-solving, communication, and attention to detail, as they are crucial for data analysts. Never ever give up: The journey to becoming a data analyst can be challenging, with complex concepts and technical skills to learn. There may be moments of frustration and self-doubt, but remember that these are normal parts of the learning process. Keep pushing through setbacks, keep learning, and stay committed to your goal. ENJOY LEARNING 👍👍0,31%
- 22 июл.Data Cleaning Tips ✅0,27%
- 28 июн.✅ Data Analyst Mistakes Beginners Should Avoid ⚠️📊 1️⃣ Ignoring Data Cleaning • Jumping to charts too soon • Overlooking missing or incorrect data ✅ Clean before you analyze — always 2️⃣ Not Practicing SQL Enough • Stuck on simple joins or filters • Can’t handle large datasets ✅ Practice SQL daily — it's your #1 tool 3️⃣ Overusing Excel Only • Limited automation • Hard to scale with large data ✅ Learn Python or SQL for bigger tasks 4️⃣ No Real-World Projects • Watching tutorials only • Resume has no proof of skills ✅ Analyze real datasets and publish your work 5️⃣ Ignoring Business Context • Insights without meaning • Metrics without impact ✅ Understand the why behind the data 6️⃣ Weak Data Visualization Skills • Crowded charts • Wrong chart types ✅ Use clean, simple, and clear visuals (Power BI, Tableau, etc.) 7️⃣ Not Tracking Metrics Over Time • Only point-in-time analysis • No trends or comparisons ✅ Use time-based metrics for better insight 8️⃣ Avoiding Git & Version Control • No backup • Difficult collaboration ✅ Learn Git to track and share your work 9️⃣ No Communication Focus • Great analysis, poorly explained ✅ Practice writing insights clearly & presenting dashboards 🔟 Ignoring Data Privacy • Sharing raw data carelessly ✅ Always anonymize and protect sensitive info 💡 Master tools + think like a problem solver — that's how analysts grow fast. 💬 Tap ❤️ for more!0,26%
- 2 июн. 2025 г.🔥 Step-by-step Data Analysis Projects with SQL Below are popular data projects from Kaggle, GitHub and Medium and YouTube. They will: - Help you gain skills in working with real data - Introduce you to SQL for data analysis - Inspire you to undertake your own data analysis projects 🗺 Real World Fake Data Analysis 🏠 Housing sales in Nashville 🛒 Walmart Sales Analysis SQL Project 🧳 Alex the Analyst SQL Project 🤑 Superstore Sales Analysis using SQL 💸 International Debt Analysis using SQL ⚽️ Soccer Game Analysis using SQL 🌍 World Population Analysis 2015 using SQL 📉 SQL Project for Data Analysis 🚍 Public Transportation Data Analysis using SQL 📸 Instagram User Data Analysis using SQL 🙌 HR Data Analysis using SQL 🎬 Data Analyst Project: Step-by-step analysis with SQL 🎼 Music Store Data Analysis Project Using SQL ✅ Top 10 SQL Projects with Datasets ✅ Roadmap to Master SQL #DataAnalyst #DataAnalytics #DataAnalysis #data_analyst #sql If you find this useful, give it a👍0,26%
- 1 июл.1. Does SQL support programming language features? It is true that SQL is a language, but it does not support programming as it is not a programming language, it is a command language. We do not have some programming concepts in SQL like for loops or while loop, we only have commands which we can use to query, update, delete, etc. data in the database. SQL allows us to manipulate data in a database. 2. What is a trigger? Trigger is a statement that a system executes automatically when there is any modification to the database. In a trigger, we first specify when the trigger is to be executed and then the action to be performed when the trigger executes. Triggers are used to specify certain integrity constraints and referential constraints that cannot be specified using the constraint mechanism of SQL. 3. What are aggregate and scalar functions? For doing operations on data SQL has many built-in functions, they are categorized into two categories and further sub-categorized into seven different functions under each category. The categories are: Aggregate functions: These functions are used to do operations from the values of the column and a single value is returned. Scalar functions: These functions are based on user input, these too return a single value. 4. Define SQL Order by the statement? The ORDER BY statement in SQL is used to sort the fetched data in either ascending or descending according to one or more columns. By default ORDER BY sorts the data in ascending order. We can use the keyword DESC to sort the data in descending order and the keyword ASC to sort in ascending order. 5. What is the difference between primary key and unique constraints? The primary key cannot have NULL values, the unique constraints can have NULL values. There is only one primary key in a table, but there can be multiple unique constraints. The primary key creates the clustered index automatically but the unique key does not.0,20%