df['PCT_change'] = (df['Adj. Close'] - df['Adj. Open']) / df['Adj. Open'] * 100.0 #adding HL_PCT, PCT_change to the dataframe
確定! 回上一頁