IPL Analysis 🏏

A Data Science Project

IPL Analysis 🏏

A Data Science Project πŸ“Š

All Contributors

Issues Pull Requests Forks Stars

IPL Header

Indian Premier League
This project was opened initially to track and pridict for the IPL 2020. Now, we aim to take it forward for 2021 as well.
The Indian Premier League (IPL) is a professional Twenty20 cricket league in India contested during March or April and April-May of every year by eight teams representing eight different cities or states in India. The league was founded by the Board of Control for Cricket in India (BCCI) in 2008.

The IPL is the most-attended cricket league in the world and in 2014 ranked sixth by average attendance among all sports leagues. In 2010, the IPL became the first sporting event in the world to be broadcast live on YouTube.
The brand value of the IPL in 2019 was US$ 6.7 billions, according to Duff & Phelps, the 2015 IPL season alone contributed US$160 million to the GDP of the Indian economy.

There have been twelve seasons of the IPL tournament. The current IPL title holders are the Mumbai Indians, who won the 2019 season. The venue for the 2020 season has been moved, due to the ongoing COVID-19 pandemic; games will now take place in the United Arab Emirates from 19 September through 10 November.


This project aims to collect the various data related to Indian Premier League regardless of any particular season. Our basic focus is to bring unseen facts through visualizing the various data figures, so that we can avail a range of good ideas & scopes about the possible data science work.

Wanna Contribute? ✨

It’d be great to join us and work toward some outstanding Data Science & AI/ML projects.
Let’s introduce a quick guide to being towards the contribution!!

Getting Started 🐒

Just going through a certain steps, you can easily begin with your work!
Have a glimpse below:

  1. Grab the Data:
    Explore the various datasets available in the Datasets directory.
    You can contribute by adding your own dataset to this branch, as well!!

  2. Code Parallelly
    Find the dataset that interests you and begin with the codes to analyse the data.
    You can share your code regardless of the language you use to code.

  3. Add Visualizations
    You can do exploratory data analysis on the datasets and create nice graphs or other visualizations too that can bring good insights.
    Visualization would make it more easy to understand the datasets.

  4. Work Independently
    If you are confident enough in some other field say documentation/content-presentation or enhencement, you are most welcome.
    You can also contribute with any other work, apart from those which are mentioned above. Just, make sure they are relavent to this project.

Folder Conventions πŸ“‚

This project has two branches:

  1. master :
    It’s the default and the main branch of the project
  2. dataset-definations :
    This branch basically holds the datasets and their proper documentations

Folder structure conventions for the master branch of this project:

    .
    .
    β”œβ”€β”€ Codes                   # All available codes
    β”‚
    β”œβ”€β”€ Visualizations          # All visuals or graphs etc..
    β”‚
    β”œβ”€β”€ src                     # Formal documentations of repo
    β”‚   β”‚
    β”‚   β”œβ”€β”€ img                 # Stores documentation images 
    β”‚   β”‚
    β”‚   .
    β”‚   .
    β”‚   └── ...         
    β”‚
    β”œβ”€β”€ Codes.md                # Formal info about codes & their usage
    β”‚
    β”œβ”€β”€ Datasets.md             # Brief intro about available datasets 
    β”‚
    β”œβ”€β”€ Visualizations.md       # Documentations for visualizations
    β”‚   
    β”œβ”€β”€ Stats                   # Stats holding directory
    β”‚   β”‚
    β”‚   β”œβ”€β”€ Stats2020.md        # Previous stats on IPL-2020 
    β”‚   β”‚
    β”‚   β”œβ”€β”€ Stats2021.md        # Previous stats on IPL-2021 
    β”‚   .
    β”‚   .
    β”‚   └── ...     
    β”‚
    β”‚
    β”œβ”€β”€ contributors.md         # All contributors' list
    β”‚
    β”œβ”€β”€ README.md                  
    β”‚
    └── ...

Folder structure conventions for the dataset-defination branch of this project:

    .
    .
    β”œβ”€β”€ Datasets                # All available datasets
    β”‚   β”‚
    β”‚   β”œβ”€β”€ deliveries.csv  
    β”‚   β”‚
    β”‚   β”œβ”€β”€ matches.csv  
    β”‚   β”‚
    β”‚   β”œβ”€β”€ players.csv  
    β”‚   .
    β”‚   .
    β”‚   └── ...   
    β”‚
    β”œβ”€β”€ Details                 # Datasets' detailed description
    β”‚   β”‚
    β”‚   β”œβ”€β”€ deliveries.md  
    β”‚   β”‚
    β”‚   β”œβ”€β”€ matches.md  
    β”‚   β”‚
    β”‚   β”œβ”€β”€ players.md  
    β”‚   .
    β”‚   .
    β”‚   └── ...   
    β”‚
    β”œβ”€β”€ README.md  
    β”‚
    └── ...

Contribution Guide πŸ“š

We have got a range of contributors, since we’ve started with this peoject. In fact you can explore our contributors’ list to know about them!
If you too wish to be in our contributors’ list, it’d be our pleasure πŸ˜ƒ
It involves a sequence of easy and simple steps to be there! So, head towards our contribution guide right now to give your contribution!!

License βš–οΈ

This project is licensed under the MIT License - see the LICENSE.md file for details.