sakshamj74 / IPL-Analysis

The aim of the project is to analyze the previous year's IPL data to get some interesting insights.
7 stars 22 forks source link

Change path of matches.csv in Matches.ipynb #105

Closed bjuspi closed 3 years ago

bjuspi commented 3 years ago

What is the change?

Changed the path where the Matches.ipynb get matches.csv

What does it fix/add?

matches=pd.read_csv("Ipl Data/matches.csv")

How was it tested?

File was read successfully in the Jupyter Notebook

Submissions guide:

Screenshots (if appropriate):

sakshamj74 commented 3 years ago

@bjuspi is this is your first contribution?

bjuspi commented 3 years ago

@sakshamj74 Yeah, just recently learnt about my contributing to open source project