After Excel, I moved to SQL. This was where things started feeling more “technical.” I learned how to query databases using SELECT, WHERE, GROUP BY, and JOIN. At first, I struggled. But I realized SQL is just structured questioning. Instead of manually filtering data like in Excel, I was telling the database exactly what I wanted. The more I practiced, the clearer it became.

One mistake I avoided was trying to learn everything at once. I didn’t jump straight into Python, machine learning, or advanced statistics. I focused on understanding:

1. How to clean messy data

2. How to summarize information

3. How to identify patterns

4. How to explain findings clearly

Cleaning data, especially, was eye-opening. I learned that real-world data is rarely perfect. There are missing values, duplicates, inconsistent formats. Learning how to handle that made me feel like I was doing real work.

Another turning point for me was building small projects. Instead of just watching tutorials, I created my own analyses. I analyzed sales data. I explored survey responses. I studied trends in publicly available datasets. Even simple projects helped me connect the dots between theory and practice.

I also worked on communication. I practiced explaining my findings in plain English. If I couldn’t explain the insight clearly, then I didn’t truly understand it. Data analysis isn’t just about numbers  it’s about telling a story with those numbers.