Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 741 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 741 Bytes

IPL Data Analysis

Basically to replicate the same insights as iplt20 using pandas. Downloaded ipl data from here

data:

Contains all the data files,

  • ipldata.zip - deliveries and matches file
  • deliveries_formatted.csv - team alias name formatted
  • matches_formatted.csv - team, venue name formatted
  • deliveries_and_matches.csv - matches and deliveries merged

Note:

Few values are not exactly matching with the iplt20.com site results. Don't know how reliable the downloaded data or I missed subtlety logic. Sorry, cricket lovers. This repository is only to show few pandas function for analysis.