'BEGINNER :why i cant read my csv file in python3.8

my code was like this:

#run the data ##import pandas as pd

import numpy as np import dash import pandas as pd import seaborn as sns

data = pd.read_csv('social media influencers - instagram.csv') print(df)

after I run the code, it comes out showing something I do not understand.

thus i run it come out this



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source