Baselight

Python Data Visualization Essentials Guide

For Exercises in Data Visualization

@kaggle.kalilurrahman_python_data_visualization_essentials_guide

N 19762016usprez
@kaggle.kalilurrahman_python_data_visualization_essentials_guide.n_19762016usprez

  • 55.67 KB
  • 3740 rows
  • 14 columns
year

Year

state

State

state_po

State Po

state_fips

State Fips

state_cen

State Cen

state_ic

State Ic

office

Office

candidate

Candidate

party

Party

writein

Writein

candidatevotes

Candidatevotes

totalvotes

Totalvotes

version

Version

notes

Notes

1976AlabamaAL16341US PresidentCarter, Jimmydemocrat659170118285020171015
1976AlabamaAL16341US PresidentFord, Geraldrepublican504070118285020171015
1976AlabamaAL16341US PresidentMaddox, Lesteramerican independent party9198118285020171015
1976AlabamaAL16341US PresidentBubar, Benjamin ""Ben""prohibition6669118285020171015
1976AlabamaAL16341US PresidentHall, Guscommunist party use1954118285020171015
1976AlabamaAL16341US PresidentMacbride, Rogerlibertarian1481118285020171015
1976AlabamaAL16341US Presidentnannantrue308118285020171015
1976AlaskaAK29481US PresidentFord, Geraldrepublican7155512357420171015
1976AlaskaAK29481US PresidentCarter, Jimmydemocrat4405812357420171015
1976AlaskaAK29481US PresidentMacbride, Rogerlibertarian678512357420171015

CREATE TABLE n_19762016usprez (
  "year" BIGINT,
  "state" VARCHAR,
  "state_po" VARCHAR,
  "state_fips" BIGINT,
  "state_cen" BIGINT,
  "state_ic" BIGINT,
  "office" VARCHAR,
  "candidate" VARCHAR,
  "party" VARCHAR,
  "writein" BOOLEAN,
  "candidatevotes" BIGINT,
  "totalvotes" BIGINT,
  "version" BIGINT,
  "notes" VARCHAR
);

Share link

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