QuantEcon / project.lecture-wasm

A project repository to test WASM compatibility and limitations for QuantEcon Lectures
https://quantecon.github.io/project.lecture-wasm/lab/index.html
0 stars 1 forks source link

[prob_dist.md] Issues #12

Open Smit-create opened 1 year ago

Smit-create commented 1 year ago
  1. Small easy fix issue to add pip install yfinance seaborn.
  2. yf couldn't download:
    
    >>> df = yf.download('AMZN', '2000-1-1', '2023-1-1', interval='1mo' )
    >>> prices = df['Adj Close']
    >>> data = prices.pct_change()[1:] * 100
    >>> data.head()
    [*********************100%***********************]  1 of 1 completed

1 Failed download: