Learn practical skills, build real-world projects, and advance your career

EXPLORATORY ANALYSIS OF IPL

Indian Premier League (IPL) is a Twenty20 cricket format league in India. It is usually played in April and May every year. As of 2019, the title sponsor of the game is Vivo. The league was founded by Board of Control for Cricket India (BCCI) in 2008.

In this the data used is till Season 12(2008-2019)

import numpy as np
import pandas as pd
import matplotlib.pyplot as mlt
import seaborn as sns
import plotly.offline as py
py.init_notebook_mode(connected=True)
import plotly.graph_objs as go
import plotly.tools as tls

To know the files present in the folder