Skip to content

A repository for the colab project of DSG and Share

Notifications You must be signed in to change notification settings

Bidshem/DSG-Share

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DSG-Share

A repository for the collab project of DSG and Share

Deep into the code

We used re library, a regular expression (or RE) specifies a set of strings that matches it; the functions in this module let you check if a particular string matches a given regular expression. Here we used it for matching with comma.

Dept(string) This function is used to convert department names which are in short form to long form for better understanding.

Specializations(string) This function is used in splits the words(specialisation) for deeper research.

Designation(df) This function has sorted the designation of all professors in an Descending order accordingly

1."Professor Emeritus" 2."Professor Of Practice" 3."Retired Faculty" 4."HAG - Professor" 5."Professor" 6."Associate Professor" 7."Assistant Professor"

Professor Emeritus > Professor Of Practice > Retired Faculty > HAG - Professor > Professor > Associate Professor > Assistant Professor

PHD_score(string) gives score of 0.5 to PHD under supervision and 1 to completed.

YOC(df) sorts the PHDs based on year of completion of their PHD in ascending order.

About

A repository for the colab project of DSG and Share

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 98.5%
  • Python 1.5%