open a csv file in pandas code example
Example 1: read a csv file in pandas
you should be in the same dir as .py file
df = pd.read_csv('your_file_name.csv')
Example 2: reading a dataset in python
From Datacamp
Example 3: pandas how to read csv
pandas.read_csv("file.csv")