Practical analytics tutorials

- Several short how-to resources were shared for SQL, Tableau conditional logic, and Python/ML topics useful for portfolios. - Examples include a week-by-week SQL roadmap, a Tableau IF-statement tutorial, and a Python/ML course table of contents. - These materials map directly to portfolio tasks like aggregation, conditional metrics, and basic modelling for retail and SaaS case studies (x.com/Nnoiz_/status/2046452399364333751, x.com/dataecho1/status/2046443667213181430, x.com/arnaudmercier/status/2046913753866760282).

Analytics hiring managers still ask for the same three building blocks: query the data, label it with business rules, and test simple models. Short tutorials shared this week line up almost exactly with that sequence. (datacamp.com) SQL is the language analysts use to pull rows, join tables, and total up metrics inside a database. A 12-month SQL roadmap published by DataCamp on June 4, 2025 breaks that work into foundations, core queries, joins and aggregation, then advanced analytics and projects. (datacamp.com) The middle of that roadmap is the part most portfolio projects actually need. DataCamp lists joins and aggregation in months 5 through 6, which is the work behind retail questions like order totals by category or software-as-a-service churn by customer segment. (datacamp.com) Tableau sits one step later in the workflow: after the data is pulled, analysts use calculated fields to sort records into business buckets. Tableau’s documentation says logical calculations use Boolean tests — true or false checks — and shows `IF`, `ELSEIF`, `AND`, and `CASE` for cutoffs such as profitable, break-even, or loss. (help.tableau.com) That is the mechanics behind common dashboard requests from recruiters and case-study prompts. A conditional metric like “high-value customer,” “at-risk account,” or “profitable order” is usually just an IF statement wrapped around a threshold, date rule, or category match. (help.tableau.com) Python and machine learning usually come after the spreadsheet-style work is stable. IBM’s “Machine Learning with Python” course on Coursera says learners need working Python knowledge first, then moves through regression, classification, clustering, dimensionality reduction, and model evaluation across six modules. (coursera.org) Those topics map to the kind of “light modeling” that shows up in entry-level portfolios more often than full production artificial intelligence systems. Coursera’s course description focuses on scikit-learn, Jupyter notebooks, and end-to-end projects on real datasets, which is the level most analysts can show without claiming data scientist duties. (coursera.org) The pattern across the three resources is practical rather than theoretical: SQL to assemble the table, Tableau logic to define the metric, Python to test whether the metric predicts anything useful. That is why a week-by-week roadmap, an IF-statement tutorial, and a course table of contents can all double as portfolio checklists. (datacamp.com) (help.tableau.com) (coursera.org)

Get your own daily briefing

Scout delivers personalized news, insights, and conversations tailored to your role and industry.

Download on the App Store

Shared from Scout - Be the smartest in the room.