Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 490 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 490 Bytes

University_ranks

  1. You might need to install:

pip install requests; pip install bs4; pip install pandas; pip install selenium; pip install lxml;

  1. Check your Chrome version (Help - About Google Chrome)

  2. Follow the link to download the webdriver (same version as your Chrome): https://chromedriver.chromium.org/downloads

  3. Change the all paths in the code

  4. Merge multiple files with

Linux: sed 1d data_*.csv > merged_ranks.csv

Windows: type data*.csv > merged_ranks.csv