[read csv with pandas] #py
import pandas as pd data = pd.read_csv("filename.csv") # Preview the first 5 lines of the loaded data data.head()