Top American Colleges 2022
List of top colleges in America in 2022
@kaggle.kabhishm_top_american_colleges_2022
List of top colleges in America in 2022
@kaggle.kabhishm_top_american_colleges_2022
CREATE TABLE top_colleges_2022 (
"description" VARCHAR,
"rank" BIGINT,
"organizationname" VARCHAR,
"state" VARCHAR,
"studentpopulation" BIGINT,
"campussetting" VARCHAR,
"medianbasesalary" DOUBLE,
"longitude" DOUBLE,
"latitude" DOUBLE,
"website" VARCHAR,
"phonenumber" VARCHAR,
"city" VARCHAR,
"country" VARCHAR,
"state_1" VARCHAR,
"region" VARCHAR,
"yearfounded" DOUBLE,
"statecode" VARCHAR,
"collegetype" VARCHAR,
"carnegieclassification" VARCHAR,
"studentfacultyratio" BIGINT,
"totalstudentpop" BIGINT,
"undergradpop" BIGINT,
"totalgrantaid" DOUBLE,
"percentofstudentsfinaid" DOUBLE,
"percentofstudentsgrant" DOUBLE
);
Anyone who has the link will be able to view this.