Baselight

Campus Pride Index

Is there a relationship between campus size or surrounding community & rating?

@kaggle.joebeachcapital_campus_pride_index

Pride Index
@kaggle.joebeachcapital_campus_pride_index.pride_index

  • 12.24 KB
  • 238 rows
  • 5 columns
campus_name

Campus Name

campus_location

Campus Location

rating

Rating

students

Students

community_type

Community Type

University of Maryland, College ParkCollege Park, MD537952large urban city
University of Michigan-DearbornDearborn, MI39000medium city
SUNY Westchester Community CollegeValhalla, NY413000very small town
University at BuffaloBuffalo, NY3.529850medium city
Slippery Rock UniversitySlippery Rock, PA48500rural community
Emory UniversityAtlanta, GA4.514769large urban city
Washington State UniversityPullman, WA519446small town
Davidson CollegeDavidson, NC41850small town
Virginia Commonwealth UniversityRichmond, VA4.531500medium city
Northern Arizona UniversityFlagstaff, AZ4.529000small city

CREATE TABLE pride_index (
  "campus_name" VARCHAR,
  "campus_location" VARCHAR,
  "rating" DOUBLE,
  "students" BIGINT,
  "community_type" VARCHAR
);

Share link

Anyone who has the link will be able to view this.