romaarfe / scalagit

Data Science Project with Python: The GitHub History of the Scala Language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🚧 THE GITHUB HISTORY OF THE SCALA LANGUAGE 🚧


πŸ“’ ABOUT:

Find the true Scala experts by exploring its development history in Git and GitHub


⚠️ PROJECT:

Open source projects contain entire development histories, such as who made changes, the changes themselves, and code reviews. In this project, you'll be challenged to read in, clean up, and visualize the real-world project repository of Scala that spans data from a version control system (Git) as well as a project hosting site (GitHub). With almost 30,000 commits and a history spanning over ten years, Scala is a mature language. You will find out who has had the most influence on its development and who are the experts.

The dataset includes the project history of Scala retrieved from Git and GitHub as a set of CSV files.


▢️ STEPS:

  • Scala's real-world project repository data
  • Preparing and cleaning the data
  • Merging the DataFrames
  • Is the project still actively maintained?
  • Is there camaraderie in the project?
  • What files were changed in the last ten pull requests?
  • Who made the most pull requests to a given file?
  • Who made the last ten pull requests on a given file?
  • The pull requests of two special developers
  • Visualizing the contributions of each developer

πŸ’» At DataCamp
πŸ§‘β€πŸ« Instructor: Anita Sarma
πŸ“– Career Track: Data Scientist with Python

About

Data Science Project with Python: The GitHub History of the Scala Language


Languages

Language:Jupyter Notebook 100.0%