Visualizing Big Data with Google Cloud

Tim Swena (Swast)
2 min readMar 9, 2017

--

This is a companion post for the Google-Tableau joint session at Google Cloud Next on March 9, 2:40 PM.

Visualizing Big Data with Google Cloud @ Google Cloud Next 2017

If you have a lot of data, just looking at it can be overwhelming.

The last 10 years of temperature data for Austin, TX. From the NOAA GSOD weather data public dataset.

With a visualization, our minds can pick out patterns. For example, here we see seasonal changes in temperatures.

The last 10 years of temperature data for Austin, TX. This time plotted in a scatter plot. Red: high, Grey: average, Blue: low temperature. From the NOAA GSOD weather data public dataset.

What should you know about visualizing big data with Google Cloud?

  1. Summarize. Use the cloud to summarize the data. For example, run a query with Google BigQuery or Cloud SQL to filter and group data. Fetch a little more than you think you’ll need and use an analysis tool like Pandas to process the data locally.
  2. Explore. Get started with data visualization with Tableau, a spreadsheet program, or any of the many visualization and BI/Analytics partner tools.
    You don’t have to be a programmer to build visualizations, but if you are, I recommend using an interactive notebook tool such as Jupyter notebooks (which supports many programming language kernels) or R notebooks. It’s really helpful to see graphics inline with the code that created them.
  3. Share. Found a useful visualization? Build a dashboard to monitor it and share it with your co-workers. Share directly from Tableau or use a dashboard tool like re:dash or Data Studio.

Demos

References & Resources

Here are some of the tools used in the talk.

Some of the Python tools and libraries used in the talk for visualization and analysis.

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

--

--

Tim Swena (Swast)
Tim Swena (Swast)

Written by Tim Swena (Swast)

I code and draw pixel art. Software developer @googlecloud Views expressed here are my own. Homepage: https://www.timswast.com/

No responses yet

Write a response