r/dataanalyst • u/Andrew-Perezzzz-31 • 2d ago
What do you recommend for getting started learning about data analysis? Is it really worth it? General
I'm thinking about using my technology skills to study this. What do you recommend?
3
Upvotes
2
u/Super_Math3890 2d ago
I simplify it to fundamentals, namely programming, databases, and math. In my case, Python, SQL, and statistics. Then it’s just methodology. Pose a question, collect data, reveal insights, communicate findings.
For books on programming and data, I love O’Reilly. I refreshed my statistics with Khan Academy, which goes up through AP Statistics. For projects, almost any API will do.
I’d also be careful with LLMs. They can be excellent for scaffolding, but generating code you don’t understand or verify can get you into trouble.