Campus Pride Index
Is there a relationship between campus size or surrounding community & rating?
@kaggle.joebeachcapital_campus_pride_index
Is there a relationship between campus size or surrounding community & rating?
@kaggle.joebeachcapital_campus_pride_index
CREATE TABLE pride_index (
"campus_name" VARCHAR,
"campus_location" VARCHAR,
"rating" DOUBLE,
"students" BIGINT,
"community_type" VARCHAR
);
CREATE TABLE pride_index_tags (
"campus_name" VARCHAR,
"campus_location" VARCHAR,
"public" VARCHAR,
"private" VARCHAR,
"doctoral" VARCHAR,
"masters" VARCHAR,
"baccalaureate" VARCHAR,
"community" VARCHAR,
"residential" VARCHAR,
"nonresidential" VARCHAR,
"liberal_arts" VARCHAR,
"technical" VARCHAR,
"religious" VARCHAR,
"military" VARCHAR,
"hbcu" VARCHAR,
"hispanic_serving" VARCHAR,
"aapi_serving" VARCHAR,
"other_minority_serving" VARCHAR
);
Anyone who has the link will be able to view this.