Skip to main content

Posts

Showing posts from April, 2021

live match mi vs srh

  MI vs SRH Predicted XI, Today's Match Playing 11, Fantasy Dream 11 Prediction, IPL 2021 Today's Match Live: Mumbai I ndians vs Sunrisers Hyderabad It has only been a week since the start of  IPL 2021 , but panic has already started to set in at the  Sunrisers Hyderabad  camp. The start they have got off to is exactly what they would have wished to avoid, as the Orange Army have lost both of their first two matches. What will bother their fans and management more is the manner in which they lost the last match against Royal Challengers Bangalore, since the game was in their grasp for most of the overs. They will be looking for a comeback, and will now take on a side that has already made the comeback –  Mumbai Indians . After starting their season with the now-customary manner of losing the first match, they defeated the Kolkata Knight Riders yet again in their last game. Match Details: Mumbai Indians vs Sunrisers Hyderabad Venue:  MA Chidambaram Stadium, ...

csk vs pbsk

  RR vs PK Preview: From Chris Gayle, KL Rahul to Sanju Samson, Ben Stokes  match between big hitters, know who is heavy  VIVO IPL 2021  Lokesh Rahul's Punjab Kings and Sanju Samson-led Rajasthan Royals teams start their campaign with a win in the Indian Premier League on Monday, everyone's eyes will be on both the teams The present will hinge on the big hitter.  Rajasthan's team will depend heavily on offensive all-rounder Ben Stokes.  Stokes will try to get in rhythm, while England's Jose Butler and newly appointed captain Samson will also look to start well. The Royals team can open the innings with the talented Yashasvi Jaiswal and Butler, while Samson can bat at number three.  Stokes will strengthen the middle order.  If all four play in rhythm, then they are capable of destroying any bowling order.  Punjab's batting order will also be dangerous for any opposing team on the Wankhede batting pitch. The Royals also have more options in the...

csk vs pbsk

    RR vs PK Preview: From Chris Gayle, KL Rahul to Sanju Samson, Ben Stokes  match between big hitters, know who is heavy  VIVO IPL 2021  Lokesh Rahul's Punjab Kings and Sanju Samson-led Rajasthan Royals teams start their campaign with a win in the Indian Premier League on Monday, everyone's eyes will be on both the teams The present will hinge on the big hitter.  Rajasthan's team will depend heavily on offensive all-rounder Ben Stokes.  Stokes will try to get in rhythm, while England's Jose Butler and newly appointed captain Samson will also look to start well. The Royals team can open the innings with the talented Yashasvi Jaiswal and Butler, while Samson can bat at number three.  Stokes will strengthen the middle order.  If all four play in rhythm, then they are capable of destroying any bowling order.  Punjab's batting order will also be dangerous for any opposing team on the Wankhede batting pitch. The Royals also have more options...

csk vs pk

 
import pandas as pd ipl_matches_df = pd.read_csv('matches.csv') Index(['id', 'season', 'city', 'date', 'team1', 'team2', 'toss_winner', 'toss_decision', 'result', 'dl_applied', 'winner', 'win_by_runs', 'win_by_wickets', 'player_of_match', 'venue', 'umpire1', 'umpire2', 'umpire3'], dtype='object') for col in ipl_matches_df: print(ipl_matches_df[col].unique()) ipl_matches_df.umpire3.first_valid_index()ipl_matches_df.loc[633:640] import seaborn as sns import matplotlib import matplotlib.pyplot as plt %matplotlib inline sns.color_palette("Paired") matplotlib.rcParams['font.size'] = 14 matplotlib.rcParams['figure.figsize'] = (12, 8) matplotlib.rcParams['figure.facecolor'] = '#00000000' venue_df = pd.DataFrame(columns=['venue', 'matches']) for ite...