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
The list contains the top American colleges of 2022 and details about them including financial aid, student population, college phone number, website etc.
Most of the columns in the table are self explanatory.
File name: top_colleges _2022.csv
Photo by Daniel Seßler on Unsplash
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.