That Data Analytics Guy

89 posts

That Data Analytics Guy banner
That Data Analytics Guy

That Data Analytics Guy

@DataOb4321

Data Analyst || Turning data into insights|| SQL || Python || Power BI || Excel Sharing analytics tips, projects & real-world insights.

Katılım Ocak 2026
17 Takip Edilen8 Takipçiler
Sabitlenmiş Tweet
That Data Analytics Guy
That Data Analytics Guy@DataOb4321·
I was introduced to data analysis mid last year, and in December I decided to fully commit to the journey. It hasn’t been easy, but I’m taking it one step at a time. I created this account to document every stage of my learning journey—serving as a journal, a future portfolio
English
1
1
3
116
That Data Analytics Guy
That Data Analytics Guy@DataOb4321·
@fabiolauria92 I think that would be consistency . It will make every process of a journey look seamlessly and you will definitely evolve even it is the minimum everyday it will result into a big impact.
English
0
0
0
5
Fabio Lauria
Fabio Lauria@fabiolauria92·
Welcome back! 🎯 The real test begins when initial momentum fades. After working with 25,000+ community members, I've learned that consistency outperforms intensity. Businesses extracting genuine value from their data show up daily, not just during sprints. What was your biggest takeaway from the thirty days?
English
1
0
1
17
That Data Analytics Guy
That Data Analytics Guy@DataOb4321·
Good morning, everyone, Although I’ve completed the 30-day challenge, I haven’t been very active recently because I had an important matter to attend to. Now that it’s resolved, I’m fully back. Finishing the challenge doesn’t change my commitment to posting—
English
2
0
2
34
That Data Analytics Guy
That Data Analytics Guy@DataOb4321·
While it may not be every single day, you can definitely expect to see more projects across all the tools. I’m also open and excited to collaborate on anything that will help me grow and sharpen my skills in this space. Happy new month! 🚀
English
0
0
1
22
That Data Analytics Guy
That Data Analytics Guy@DataOb4321·
Day 30 - Online store analysis Today I worked on analysing a retail store dataset using SQL. Here’s what I focused on: ✅ Identified top-selling products ✅ Analysed total revenue by category ✅ Tracked monthly sales trends ✅ Found high-value customers
That Data Analytics Guy tweet mediaThat Data Analytics Guy tweet mediaThat Data Analytics Guy tweet mediaThat Data Analytics Guy tweet media
English
0
0
0
24
Olabode the UiUx Designer
Olabode the UiUx Designer@Olabodedesigns·
I just secured a $10K gig 🎉🎉🎉 Yes, that will be me soon …I’ll be back to quote this 🫰
English
18
8
94
1.9K
That Data Analytics Guy
That Data Analytics Guy@DataOb4321·
I used column profiling (Valid / Error / Empty ) to check data quality and ensure clean transformation before loading to the model Power Query is not just about importing data it’s about shaping it correctly before visualization or SQL modeling. #DataAnalytics #PowerQuery
English
0
0
0
5
That Data Analytics Guy
That Data Analytics Guy@DataOb4321·
Land Value & Building Value – Property valuation breakdown Sale Date & Sale Price – Transaction data Property Address & Owner Name – Ownership details Tax District & Land Use – Property classification
English
1
0
0
7
That Data Analytics Guy
That Data Analytics Guy@DataOb4321·
Day 29 - Data Cleaning in Power Query Nashville Housing Dataset Today I worked on transforming the Nashville Housing dataset inside Power Query Editor and focused on proper data preparation before analysis. Here’s what I did:
That Data Analytics Guy tweet mediaThat Data Analytics Guy tweet mediaThat Data Analytics Guy tweet media
English
1
0
0
15
That Data Analytics Guy
That Data Analytics Guy@DataOb4321·
Day 28 - Lead & Lag oday I practiced LEAD() and LAG() window functions in MySQL 💻 ✅ LEAD() → Looks at the next row’s value ✅ LAG() → Looks at the previous row’s value ✅ Used ORDER BY InvoiceDate to track invoice trends
That Data Analytics Guy tweet mediaThat Data Analytics Guy tweet media
English
1
0
0
19
That Data Analytics Guy
That Data Analytics Guy@DataOb4321·
Day 27 - SQL Contd Today I worked on the final part of analyzing a music store database using SQL 🎧 ✅ List Employees and the Customers They Support ✅ Find Customers Who Haven’t Made Any Invoice Yet Every query brings me closer to mastering SQL 💪 #SQL #DataAnalytics
That Data Analytics Guy tweet mediaThat Data Analytics Guy tweet media
English
0
0
1
17
That Data Analytics Guy
That Data Analytics Guy@DataOb4321·
Day 26 - SQL JOIN One way to master any function is to practice it constantly. Some of the tasks I worked on – Connected tables using JOIN – Retrieved customer names – Pulled track names with their genres – Filtered records using conditions Repetition builds confidence. #SQL
That Data Analytics Guy tweet mediaThat Data Analytics Guy tweet mediaThat Data Analytics Guy tweet media
English
0
0
0
22
That Data Analytics Guy
That Data Analytics Guy@DataOb4321·
Day 25 - SQL Join In the real world, data doesn’t live in just one table. -Customer details might be in one table. -Orders in another. -Payments in a different one. To analyze relationships between them, we use JOIN in SQL.
That Data Analytics Guy tweet mediaThat Data Analytics Guy tweet mediaThat Data Analytics Guy tweet mediaThat Data Analytics Guy tweet media
English
1
0
0
18
That Data Analytics Guy
That Data Analytics Guy@DataOb4321·
✅ Defined data types like INT and VARCHAR() ✅ Inserted multiple records using INSERT INTO ✅ Updated records using UPDATE + WHERE I also learned why the WHERE clause is important — it prevents updating every row accidentally 👀 #SQL #MySQL #DataAnalytics #LearningInPublic
English
0
0
0
10
That Data Analytics Guy
That Data Analytics Guy@DataOb4321·
Day 24 - Building a database Today I built my own database from scratch using MySQL Workbench Here’s what I practiced: ✅ Created a new database (CREATE DATABASE Bode_store;) ✅ Used USE to select the database ✅ Created tables with PRIMARY KEY
That Data Analytics Guy tweet mediaThat Data Analytics Guy tweet mediaThat Data Analytics Guy tweet media
English
1
0
0
17
That Data Analytics Guy
That Data Analytics Guy@DataOb4321·
💡 Query Logic: I joined InvoiceLine → Track → Album → Artist Then calculated: UnitPrice × Quantity to get total sales per artist.
English
0
0
0
7
That Data Analytics Guy
That Data Analytics Guy@DataOb4321·
Day 23 - SQl project Today I analyzed the Chinook Music Store Database 🎵 using MySQL. 🔎 Goal: Find the Top 5 Best-Selling Artists based on total sales revenue. I used: ✅ JOIN (4 tables connected together) ✅ SUM() for revenue calculation ✅ GROUP BY ✅ ORDER BY ✅ LIMIT
That Data Analytics Guy tweet media
English
1
0
0
18