Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 953 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 953 Bytes

IPL_DataSet_Project (Task to complete)

#Get the IPL Dataset:

In this data assignment you will transform raw data from IPL into graphs that will convey some meaning / analysis. For each part of this assignment you will have 1 part -

Download both csv files from https://www.kaggle.com/manasgarg/ipl

Part 1

Code a javascript program that will transform the raw csv data into a data structure in a format suitable for plotting with coloumn highchartsor charting library choosen.

Generate the following plots ...

  1. Plot the number of matches played per year of all the years in IPL.
  2. Plot a stacked bar chart of matches won of all teams over all the years of IPL.
  3. For the year 2016 plot the extra runs conceded per team.
  4. For the year 2015 plot the top economical bowlers.
  5. Discuss a "Story" you want to tell with the given data. As with part 1, prepare the data structure and plot with highcharts or any charting library you choose.