Baselight

Collegiate Sports US

Comprehensive Information on Collegiate Sports Programs in the United States.

@kaggle.willianoliveiragibin_collegiate_sports_us

Sports College Us New
@kaggle.willianoliveiragibin_collegiate_sports_us.sports_college_us_new

  • 1.33 MB
  • 30000 rows
  • 28 columns
year

Year

unitid

Unitid

institution_name

Institution Name

city_txt

City Txt

state_cd

State Cd

zip_text

Zip Text

classification_code

Classification Code

classification_name

Classification Name

classification_other

Classification Other

ef_male_count

Ef Male Count

ef_female_count

Ef Female Count

ef_total_count

Ef Total Count

sector_cd

Sector Cd

sector_name

Sector Name

sportscode

Sportscode

partic_men

Partic Men

partic_women

Partic Women

partic_coed_men

Partic Coed Men

partic_coed_women

Partic Coed Women

sum_partic_men

Sum Partic Men

sum_partic_women

Sum Partic Women

rev_men

Rev Men

rev_women

Rev Women

total_rev_menwomen

Total Rev Menwomen

exp_men

Exp Men

exp_women

Exp Women

total_exp_menwomen

Total Exp Menwomen

sports

Sports

2015200192Lake Region State CollegeDevils LakeND58301159812NJCAA Division Inan2502535034Public, 2-year1181869325693256932569325Baseball
2015200192Lake Region State CollegeDevils LakeND58301159812NJCAA Division Inan2502535034Public, 2-year213131313125277147162272439125277147162272439Basketball
2015200192Lake Region State CollegeDevils LakeND58301159812NJCAA Division Inan2502535034Public, 2-year853531190799322183911907993221839Golf
2015200192Lake Region State CollegeDevils LakeND58301159812NJCAA Division Inan2502535034Public, 2-year16161642705427054270542705Softball
2015200192Lake Region State CollegeDevils LakeND58301159812NJCAA Division Inan2502535034Public, 2-year26121265876658766587665876Volleyball
2015214272Neumann UniversityAstonPA1901412987NCAA Division III without footballnan654114818022Private nonprofit, 4-year or above1383883718837188371883718Baseball
2015214272Neumann UniversityAstonPA1901412987NCAA Division III without footballnan654114818022Private nonprofit, 4-year or above21314131476391734121498037639173412149803Basketball
2015214272Neumann UniversityAstonPA1901412987NCAA Division III without footballnan654114818022Private nonprofit, 4-year or above6202054965549655496554965Field Hockey
2015214272Neumann UniversityAstonPA1901412987NCAA Division III without footballnan654114818022Private nonprofit, 4-year or above8116116325521840950961325521840950961Golf
2015214272Neumann UniversityAstonPA1901412987NCAA Division III without footballnan654114818022Private nonprofit, 4-year or above1029202920234521144026378547234521144026378547Ice Hockey

CREATE TABLE sports_college_us_new (
  "year" BIGINT,
  "unitid" BIGINT,
  "institution_name" VARCHAR,
  "city_txt" VARCHAR,
  "state_cd" VARCHAR,
  "zip_text" BIGINT,
  "classification_code" BIGINT,
  "classification_name" VARCHAR,
  "classification_other" VARCHAR,
  "ef_male_count" BIGINT,
  "ef_female_count" BIGINT,
  "ef_total_count" BIGINT,
  "sector_cd" BIGINT,
  "sector_name" VARCHAR,
  "sportscode" BIGINT,
  "partic_men" DOUBLE,
  "partic_women" DOUBLE,
  "partic_coed_men" DOUBLE,
  "partic_coed_women" DOUBLE,
  "sum_partic_men" BIGINT,
  "sum_partic_women" BIGINT,
  "rev_men" DOUBLE,
  "rev_women" DOUBLE,
  "total_rev_menwomen" BIGINT,
  "exp_men" DOUBLE,
  "exp_women" DOUBLE,
  "total_exp_menwomen" BIGINT,
  "sports" VARCHAR
);

Share link

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