https://github.com/yassin522/exploring-the-evolution-of-linux
Conducted an exploratory data analysis using Python and Pandas to understand the evolution of the Linux operating system.
https://github.com/yassin522/exploring-the-evolution-of-linux
analyze-data pandas python visualization
Last synced: 3 months ago
JSON representation
Conducted an exploratory data analysis using Python and Pandas to understand the evolution of the Linux operating system.
- Host: GitHub
- URL: https://github.com/yassin522/exploring-the-evolution-of-linux
- Owner: Yassin522
- Created: 2023-02-07T07:22:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-07T08:12:04.000Z (over 3 years ago)
- Last Synced: 2025-04-07T10:51:41.239Z (over 1 year ago)
- Topics: analyze-data, pandas, python, visualization
- Language: Jupyter Notebook
- Homepage:
- Size: 3.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Exploring-the-Evolution-of-Linux
#### This repository contains a Jupyter Notebook that analyzes the evolution of the Linux kernel. It provides insights into the development efforts by identifying the top 10 contributors and visualizing the commits over the years.
---
## Data
#### The data used in this analysis is a history of kernel development from early 2005 to late 2017.
---
## Requirements
* Jupyter Notebook
* Python 3
* Pandas
* Matplotlib
----
## Usage
1. Clone this repository to your local machine
$ git clone https://github.com/Yassin522/Exploring-the-Evolution-of-Linux.
2. Navigate to the cloned repository
* $ cd Exploring-the-Evolution-of-Linux
3. Launch Jupyter Notebook
* $ jupyter notebook
4. Open the notebook.ipynb file and run the code cells.