As a student, you can improve your data analysis skills

 

You may be a college student and you are preparing to enter the “big boys” job market.

Data analysis is the area that I always return to when I think of high-value areas to focus my technical skills in.

Data analysis is important.

In today’s technology-driven society data in all its forms is increasingly valuable because of the insights it provides. All fields are seeing an exponential increase in the amount of data generated. This is good news for students. You can now learn data analysis to enhance your existing skills in any field, including marketing, computer science, and even music. No matter your background, having the ability to manipulate, process and analyze data will help you get ahead.

What should I consider when learning new skills

It can be daunting to learn new skills and tools in tech, on top of your coursework, jobs, or internships. Trust me, it’s not easy. It’s important that students are strategic and efficient in determining the best resources for learning.

When I learn new software or skills, there are some factors that I consider.

  • What is the estimated cost of this?
  • What time will this take?
  • What relevance does this have to my job prospects and career?

Price
This is something I don’t even pretend to be thinking about. It is essential to know how to manage your finances, especially when you are looking to improve your career.

Time
What about time? That is also a cost. Students value time as much as money. Students have to balance coursework, studying, work, family, extracurriculars, career growth, and sometimes even a job. We are looking for skills that can be learned quickly and that can be done on our own, in our own time.

Applicability
Finally, I want to be capable of learning a skill or tool that is relevant to my job search. This will allow me to list it on my resume and make it more appealing to the types of companies I will be applying for. This kind of self-study is essential for your career advancement. This is why I look for opportunities to learn directly with industry-standard software and other services.

Learning data analysis using Google Cloud

My internship at Google has given me ample opportunities to improve my data analysis skills through Google Cloud services. This blog post focuses on two of these services: BigQuery, and Data Studio.

What’s BigQuery?

BigQuery allows companies to run analytics on large data sets from the cloud. It is also a great place to learn and practice SQL (the language used for analysing data). BigQuery’s “getting started” process is very easy and saves students a lot of time. Instead of installing database software and sourcing data to load it into tables, log in to the BigQuery Sandbox to immediately begin writing SQL queries or copying samples to analyze the data provided by the Google Cloud Public Datasets program. You’ll be able to see the difference for yourself soon! ).

What’s Data Studio?

Data Studio integrates with BigQuery to allow you to visualize data in interactive and customizable tables, dashboards and reports. It can be used to visualize the results from your SQL queries. However, it is also useful for sharing insight with non-technical users.

Data Studio is part of Google Cloud so you don’t need to export processed queries to another tool. Direct connections to BigQuery can be used to visualize data. This saves time and eliminates the need to worry about file compatibility and size.

BigQuery and Data Studio are free to use within the Google Cloud Free Tier. The free tier allows users to store a minimum amount of data (if you wish to upload your own data) and it also processes a set number of queries per month. A BigQuery “sandbox”, which is free, can be created. It doesn’t need a credit card and you don’t have to pay any fees to set it up.

BigQuery and Data Studio are free to use. Let’s now talk about their applicability. BigQuery and Data Studio can be used in many industries today for production workloads. You can search BigQuery and Data Studio on LinkedIn to see what I mean.

Get started with BigQuery or Data Studio

Let’s get on with the business. Let me show you how easy it is to use both these tools. Here’s a quick tutorial to help you get started using BigQuery and Data Studio.

Let’s look at an example situation that BigQuery can solve.

Congratulations! This is a new intern that was recently hired by Pistach.io. Pistach.io insists that new employees are allowed to come in for training programs for the first few weeks. You must show up on-time. Pistach.io’s office is located in New York City. There is no parking available nearby. So you know that New York City’s public bike program has been reinstituted. You have decided to use bikesharing to get to work.

You must arrive on time at work. Here are some key questions to help you answer these questions.

  • What stations are nearby that have bicycles you can use in morning?
  • Is there a drop-off point that is close to the office?
  • Which stations are busiest?

These questions could be answered using a public dataset. BigQuery offers tons of datasets that you can use at no cost. This example uses the New York Citi Bike dataset.

How to get set up

    1. First, create a BigQuery Sandbox. This is basically an environment that you can use to do your work. Follow these steps to set one up: https://cloud.google.com/bigquery/docs/sandbox.
    2. Go to the BigQuery page in the Google Cloud console.
    3. Click +Add Data in the Explorer pane > Pin a Project > Enter the project name.
    4. Type “bigquery-public-data” and click Pin. This project includes all datasets that are available in the public datasets programme.
    5. Expand the bigquery–public-data project to see the underlying data. Scroll down until you find “new_york_citibike”
    6. Click to highlight the data or to expand the citibike_stations/citibike_trips tables. To see the schema and preview of the data, highlight the tables.

Visualize the results
BigQuery’s great feature is Data Studio, which allows you to visualize your results with ease. Just click the Explore Data button on the query results page! This will help you get a better understanding of the query you made.

If you’re interested in trying Data Studio out for yourself, I suggest following this tutorial. It also covers bikeshare trips, but this time it is in Austin, Texas!

Next step

It’s that easy! Google Cloud is simple to use and learn, so you spend less time “getting going” and more time analysing data and creating visualizations. It is easy to see the benefits of using this tool in your professional and personal tech development. There are many ways you can improve your data science skills, such as BigQuery, and help your early career in data science.