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
);
Anyone who has the link will be able to view this.