Skip to content

Instantly share code, notes, and snippets.

@amankharwal

amankharwal/IPL Secret

Created September 23, 2020 06:09
Show Gist options
  • Save amankharwal/1647f69759e226734c418ef7cad9388e to your computer and use it in GitHub Desktop.
Save amankharwal/1647f69759e226734c418ef7cad9388e to your computer and use it in GitHub Desktop.
import pandas as pd
import numpy as np
import seaborn as sns
%matplotlib inline
import matplotlib.pyplot as plt
MI = pd.read_csv("IPL_2020_csk_mi_1216492_MI_ShortData.csv", index_col=0)
CSK = pd.read_csv("IPL_2020_csk_mi_1216492_CSK_ShortData.csv", index_col=0)
CSK_Full = pd.read_csv("IPL_2020_csk_mi_1216492_CSK_FullData.csv", index_col=0)
MI_Full = pd.read_csv("IPL_2020_csk_mi_1216492_MI_FullData.csv", index_col=0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment