Collegiate Sports US
Comprehensive Information on Collegiate Sports Programs in the United States.
@kaggle.willianoliveiragibin_collegiate_sports_us
Comprehensive Information on Collegiate Sports Programs in the United States.
@kaggle.willianoliveiragibin_collegiate_sports_us
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
);
Anyone who has the link will be able to view this.