Kelly's Bytes - 7/14/23 (#78) - How to Become a Data Analyst


Hey!

It’s Friday, July 14, 2023 which means another issue of Kelly’s Bytes. Every over Friday I share: 1 new blog post from me; and 3 bite-sized resources typically related to topics like data analytics or switching careers.

Good News: I just started as a full time data analyst role. I also wanted to thank everyone who has subscribed to this newsletter!

View past editions of my newsletter here.

📝 1 Blog Post

This weeks blog post, How to Become a Data Analyst (Ultimate Guide), is about how you can become a data analyst. It provides a roadmap for anyone who wants to become a data analyst at a relatively low cost.

View my blog here.

🛠 3 Bite-Sized Resources

📰 Article: [Career] IU #008: Unlocking LinkedIn: How to Turn Casual Connections into Career Opportunities from the Infinite Upside talks about how to network on LinkedIn, specifically how to cultivate deeper relationships with people.

📚 Course: [Data Analytics] Preparing to Get a Job in Data Analytics from Jess Ramos on LinkedIn Learning. This course is a friendly guide on landing a job in this field. Jess goes over the tools and skills you'll need as a data analyst along with how to network and land interviews.

📝 Post: [Data Analytics] LinkedIn Post from Annie Nelson with four portfolio project ideas using Tableau and the Sample Superstore dataset that's built in with Tableau. Two of these are: KPI dashboard and a sales dashboard.

Until next Friday,

- Kelly

Follow me on LinkedIn.

Kelly's Bytes

My newsletter where I share one practical lesson, highlight a blog post, and share 3 bite-sized resources to help you up skill and stay updated.

Read more from Kelly's Bytes

KELLY'S BYTES By Kelly J. Adams Hey! Thanks for subscribing and here’s this weeks edition lesson: Main Lesson: SQL User-Defined Functions One of the big improvement I’ve made in my SQL workflow recently is using User-Defined Functions (UDFs) in BigQuery. Here’s why: What it is: A UDF is a custom function you define to simplify repetitive logic in SQL queries. It can be written in SQL (my preference) or JavaScript. How it helps: Reduces redundancy, improves maintainability, and ensures...

KELLY'S BYTES By Kelly J. Adams Hey! Thanks for subscribing and here’s this weeks edition lesson: Main Lesson: T-Shaped Approach to Learning One of the biggest improvements I’ve made in my career planning is by adopting the T-shaped approach to skill-building. Here’s why it’s worth considering: What it is: A framework that balances deep expertise in one area (like data analytics) with broad knowledge across related areas (like business departments and industries). How it helps: It keeps your...

KELLY'S BYTES By Kelly J. Adams Hey! Thanks for subscribing and here’s this weeks edition lesson: Main Lesson: Using SQL for Better Data Analysis Recently, I’ve made improvements to my SQL Skills from SQL for Data Analysis by Cathy Tanimura. One lesson for me was the importance of using less common SQL functions, like CROSS JOINs, for more flexible analyses. Here’s why this matters: What it is: CROSS JOINs allow you to combine all rows from two datasets, which is especially useful for filling...