This commit is contained in:
Pietro Rodolfo Masera 2023-05-13 16:41:40 +02:00
parent 26b1b94e3b
commit f64593e25a

View file

@ -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()