Learn practical skills, build real-world projects, and advance your career
#Import all the necessary libraries
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt

I - Virat Kohli Dataset

df = pd.read_csv("virat.csv")
df.head()
Spread in Runs

Question 1: Analyse the spread of Runs scored by Virat in all his matches and report the difference between the scores at the 50th percentile and the 25th percentile respectively.

a)16.5
b)22.5
c)26.5
d)32.5