Skip to main content

Lab intro: Explore the data using Python and BigQuery

In this lab, you will perform exploratory data analysis on the U.S.A housing data set and the New York taxi fare data set as well. You will create Seaborn plots for exploratory data analysis in Python and BigQuery. First, you'll learn how to analyze a Pandas Dataframe. Next, you'll learn how to create Seaborn plots for exploratory data analysis in Python. And next, you'll learn how to write a SQL query to pick up specific fields from a BigQuery dataset. Then you'll learn about exploratory data analysis in BigQuery.