I imported a csv file and calculate asset value and volatility of a stock.
df = pd.read_csv (r\'test.csv\') df[\'ret_col\'] = np.log(df.price) - np.log(df.pr