From f64593e25a6fb2bd4aa49da0a7671e6680a171ab Mon Sep 17 00:00:00 2001 From: Pietro Rodolfo Masera Date: Sat, 13 May 2023 16:41:40 +0200 Subject: [PATCH] Scraper --- scraper/retriever.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/scraper/retriever.py b/scraper/retriever.py index 206bfd4..ceeb8cd 100755 --- a/scraper/retriever.py +++ b/scraper/retriever.py @@ -23,8 +23,6 @@ def get_market_cap(ticker1): return market_cap - - def get_analyst_estimates(ticker): estimates = si.get_analysts_info(ticker) next_5_years_estimates = estimates["Growth Estimates"].iloc[4].dropna()