From c84378f7667d4cacb83f8d8a543ae05feafdde4a Mon Sep 17 00:00:00 2001 From: Jeroen Bouma Date: Tue, 15 Aug 2023 16:56:39 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c331382d..20dcd1cf8 100644 --- a/README.md +++ b/README.md @@ -310,7 +310,7 @@ stock_data_biotech = yf.download(tickers, start="2020-01-01", end="2020-06-01")[ stock_data_biotech = stock_data_biotech.dropna(axis='columns') ```` -Next up I initialise subplots and loop over all collected tickers. Here, I create a new temporary DataFrame that I fill +Next up I initialize subplots and loop over all collected tickers. Here, I create a new temporary DataFrame that I fill with the adjusted close prices of the ticker as well as the Bollinger Bands. Then I plot the data in one of the subplots.