happytcj
12/11/2017 - 6:03 PM

Loading data CSVs into Pandas

df_t0 = pd.read_csv(t0_path, delimiter=',', header=1, skiprows=[2,3]) #for local csv
df_cal = pd.read_csv(cal_path, delimiter=',', header=0, skiprows=[0,2,3,4,5,6]) #for PDCA