An open API service indexing awesome lists of open source software.

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.

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.
---


Tux - the Linux mascot

## 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.