efueyo

Results 15 issues of efueyo

Dear All I have installed Obsidian on a Linux Mint 20.2 operating system. When opening browswe to try to create a Vault in google drive, it only allows me to...

I try to get data in the JSON format doing `import requests, json import pandas as pd BASE_URL = "https://production.dataviz.cnn.io/index/fearandgreed/graphdata" START_DATE = '2021-01-01' r = requests.get("{}/{}".format(BASE_URL, START_DATE)) data = r.json()`...

With OS LInuxMInt, in a virtual environment and with 'pip install fear-and-greed?, I have installed the program. When running in 'jupyter lab', the statements. import fear_and_greed fear_and_greed.get() it returns the...

Dear all. In the sentence `# RISKY PORTFOLIOS portfolios["#2 optimized max sr (risky)"]["Return E[R]"] = maximum_sr_portfolio[0]` I get the error `KeyError: '#2 optimized max sr (risky)'` What can be the...

Dear All, The statement `pf.create_simple_tear_sheet(df['strategy_returns'].diff()) returns the error` , returns the error. `AttributeError: module 'pandas_datareader.data' has no attribute 'get_data_google'` When importing from yahoo using yfinance or datareader, the DataFrame's index...