Yang
Yang
> You can create a custom function that calls the yfinance library and passes a parameter "interval" with the desired period: `data = yf.download(tickers='VALE3.SA', period='5d', interval='60m')` The function that you...
> edit the plotting.py file in ur site packages folder from iteritems() to items() Then it's ValueError: Incompatible indexer with Series... ``` File [c:\Users\hyan212\Miniconda3\lib\site-packages\pyfolio\plotting.py:1664](file:///C:/Users/hyan212/Miniconda3/lib/site-packages/pyfolio/plotting.py:1664), in show_worst_drawdown_periods(returns, top) [1648](file:///C:/Users/hyan212/Miniconda3/lib/site-packages/pyfolio/plotting.py:1648) def show_worst_drawdown_periods(returns,...