World Cup Data
World Cup Data
In this code we printed out the whole dataset for the Fifa World Cup 2022. First we import the necessary libraries: matplotlib, seaborn, pandas, numpy. Next we load the data into the program using the line fifa_df = pd.read_csv('Fifa_WC_2022_Match_data.csv', encoding='latin1').
Finally we print the data using print(fifa_df)
Comments
Post a Comment