Skip to content

[prob_dist.md] Issues #12

@Smit-create

Description

@Smit-create
  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:
- AMZN: No timezone found, symbol may be delisted
Series([], Name: Adj Close, dtype: float64)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions