import pandas as pd
df = pd.read_csv(‘vgsales.csv’)
df
have looked at this like a thousand times and it still returns error… anybody else facing this???
import pandas as pd
df = pd.read_csv(‘vgsales.csv’)
df
have looked at this like a thousand times and it still returns error… anybody else facing this???
Try to Run : pip install pandas
What is the error? May be installation issue or not correct path for CSV file.