Data Scraped from:
- Times Higher Education - World University Rankings: https://www.timeshighereducation.com/world-university-rankings/2020/world-ranking#!/page/0/length/25/sort_by/rank/sort_order/asc/cols/stats
- GDP Data 2020: https://en.wikipedia.org/wiki/List_of_countries_by_GDP_(nominal)
Link: https://bestuniversitiesanalysis.herokuapp.com/
- Data collection
- Data Preparation
- WebApp for visualization - app.py
├── Data Collection
| ├── UniversityDataExtraction(filename:tableextractor.py) - Web Scraping
| ├── GDPData2020(filename:GDPdata2020.py) - Web Scraping
├── Data preparation
├── Data
| ├── UniversityData
| ├── Data related to countries
├── app.py
├── requirements.txt
├── setup.sh
|__ Procfile
The Code is written in Python 3.8. If you don't have Python installed you can find it here.
git clone https://github.com/kadatatlukishore/Best-Universities-to-Study-Abroad-2021.git
cd Best-Universities-to-Study-Abroad-2021
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
python3 app.py
- If you find any problems in the site, kindly reach us