All The Universities In The World
University by country. All of them.
@kaggle.thedevastator_all_universities_in_the_world
University by country. All of them.
@kaggle.thedevastator_all_universities_in_the_world
This dataset is the perfect resource for researchers who need access to a comprehensive list of universities worldwide. The data includes each university's .edu domain name, making it easy to identify a college based on an email address. With this data, you can investigate trends in higher education, compare institutions across the globe, and more!
This dataset can be used to research a variety of topics related to universities around the world. Some possible topics of research include:
-The number of universities in each country
-The types of degrees offered by universities around the world
-The tuition cost of attending university in different countries
-The average SAT/ACT score requirements for admission to universities in different countries
-This dataset can be used to create a web application that allows users to search for universities by country code.
-This dataset can be used to create a script that automatically generates .edu email addresses for users
This dataset was compiled from various sources, including the List of Universities in the World (https://en.wikipedia.org/wiki/List_of_universities_in_the_world) and the .edu website directory.
This dataset was compiled from various sources, including the List of Universities in the World (https://en.wikipedia.org/wiki/List_of_universities_in_the_world) and the .edu website directory
License
> License: CC0 1.0 Universal (CC0 1.0) - Public Domain Dedication
> No Copyright - You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission. See Other Information.
File: world-universities.csv
| Column name | Description |
|---|---|
| AD | The country code for Andorra. (String) |
| University of Andorra | The name of the university. (String) |
| http | The website of the university. (String) |
CREATE TABLE world_universities (
"ad" VARCHAR,
"university_of_andorra" VARCHAR,
"http_www_uda_ad" VARCHAR -- Http://www.uda.ad/
);Anyone who has the link will be able to view this.