Yassin522 / Exploring-the-Evolution-of-Linux

Conducted an exploratory data analysis using Python and Pandas to understand the evolution of the Linux operating system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Conducted an exploratory data analysis using Python and Pandas to understand the evolution of the Linux operating system.


Languages

Language:Jupyter Notebook 100.0%