Clueless-Community / collegeAPI

An API that helps you to fetch colleges and their details.
GNU General Public License v3.0
58 stars 61 forks source link

Optimize web scraping functions #180

Closed sagamantus closed 1 year ago

sagamantus commented 1 year ago

Description

Tasks completed:

  1. Optimized web scraping function using the read_html method and parsing the data frame into JSON format.
  2. Remove the agriculture list.
  3. Add participating management institutes and their ranking JSON files and web scraping functions.
  4. Rename file names to make them more readable.

Dependencies:

  1. Pandas
  2. Json

Issue Ticket Number

Fixes #173


Type of change


Checklist: