michaelklotz
10/30/2018 - 2:03 PM

[read csv with pandas] #py

[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()