Baselight

Justin Name Data Analysis

How many times has a person been name Justin

@kaggle.justinkelley_justin_name_data_analysis

Loading...
Loading...

About this Dataset

Justin Name Data Analysis

Context

So I just recently finished my Google Data Analytics Certification and I want to stay fresh! I went through the public data sets and found USA names. I thought might be fun to pull some information on just my name and analyze

Content

You will find the State, Year and Count

Acknowledgements

Big Query Public Data Set USA Names

Inspiration

Need to sharpen my skills

Tables

Justin Name Pull Justin Name Data

@kaggle.justinkelley_justin_name_data_analysis.justin_name_pull_justin_name_data
  • 13.49 KB
  • 3628 rows
  • 5 columns
Loading...

CREATE TABLE justin_name_pull_justin_name_data (
  "state" VARCHAR,
  "gender" VARCHAR,
  "year" BIGINT,
  "name" VARCHAR,
  "number" BIGINT
);

Share link

Anyone who has the link will be able to view this.