how to read a CSV file in python by "," code example Example: read csv python import pandas as pd data = pd.read_csv("filename.csv") data.head()