Baselight

The History Of Baseball

A complete history of major league baseball stats from 1871 to 2015

@kaggle.seanlahman_the_history_of_baseball

College
@kaggle.seanlahman_the_history_of_baseball.college

  • 41.05 KB
  • 1207 rows
  • 5 columns
college_id

College Id

name_full

Name Full

city

City

state

State

country

Country

abilchristAbilene Christian UniversityAbileneTXUSA
adelphiAdelphi UniversityGarden CityNYUSA
adrianmiAdrian CollegeAdrianMIUSA
akronUniversity of AkronAkronOHUSA
alabamaUniversity of AlabamaTuscaloosaALUSA
alabamaamAlabama A&M UniversityNormalALUSA
alabamastAlabama State UniversityMontgomeryALUSA
albanystAlbany State UniversityAlbanyGAUSA
albertsnidAlbertson CollegeCaldwellIDUSA
albevilBevill State Community CollegeSumitonALUSA

CREATE TABLE college (
  "college_id" VARCHAR,
  "name_full" VARCHAR,
  "city" VARCHAR,
  "state" VARCHAR,
  "country" VARCHAR
);

Share link

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