Site Tests

(This is a fake article that I use to test formatting in production)

spy = pd.read_csv('../data/SPY.csv', parse_dates=True)

p_duration= 30p_start = random.randint(0, len(spy) - p_duration

# Get our random period and other periods.

p = spy.iloc[p_start : p_start + p_duration]

Image test

after img

-Peter V.