IPL
temp-162419151367394675 In [133]: import pandas as pd import numpy as np import seaborn as sns import matplotlib.pyplot as plt % matplotlib inline In [134]: matches = pd . read_csv ( "matches.csv" ) matches . drop ( axis = 1 , columns = [ "dl_applied" , "umpire1" , "umpire2" , "umpire3" ], inplace = True ) matches . head () Out[134]: id season city date team1 team2 toss_winner toss_decision result winner win_by_runs win_by_wickets player_of_match venue 0 1 2017 Hyderabad 2017-04-05 Sunrisers Hyderabad Royal Challengers Bangalore Royal Challengers Bangalore field normal Sunrisers Hyder...