https://github.com/wassimhedfi/exploring-the-evolution-of-linux
Datacamp guided Project
https://github.com/wassimhedfi/exploring-the-evolution-of-linux
data-analysis data-science ml python
Last synced: 2 months ago
JSON representation
Datacamp guided Project
- Host: GitHub
- URL: https://github.com/wassimhedfi/exploring-the-evolution-of-linux
- Owner: WassimHedfi
- Created: 2023-08-16T23:40:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-25T18:46:13.000Z (about 2 years ago)
- Last Synced: 2025-08-08T19:06:22.273Z (11 months ago)
- Topics: data-analysis, data-science, ml, python
- Language: Jupyter Notebook
- Homepage:
- Size: 3.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Analyzing Evolution of a Linux
This project involves analyzing the evolution of a Linux kernel Git repository, a rich source of software project evolution data. Using version control repositories like CVS, Subversion, or Git, you'll work with real-world data to extract insights about the development activities spanning over 13 years. The dataset contains nearly 700k commits and contributions from numerous contributors.
By leveraging Pandas DataFrames, especially functions like read_csv and groupby, along with time series data handling, you'll clean, preprocess, and visualize the repository data. This project offers an opportunity to navigate data challenges while uncovering valuable information about the Linux kernel's developmental journey.