You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I was trying to download the free risk rate from the FRED and the following error is showed up:
ModuleNotFoundError Traceback (most recent call last) in <cell line: 4>()
2 import fredapi as fa
3 import pandas as pd
----> 4 from local_settings import *
5 from local_settings import fred as settings
6 try:
ModuleNotFoundError: No module named 'local_settings'
Please could you help me in finding a solution for this issue??
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hi!
I was trying to download the free risk rate from the FRED and the following error is showed up:
ModuleNotFoundError Traceback (most recent call last)
in <cell line: 4>()
2 import fredapi as fa
3 import pandas as pd
----> 4 from local_settings import *
5 from local_settings import fred as settings
6 try:
ModuleNotFoundError: No module named 'local_settings'
Please could you help me in finding a solution for this issue??
Thanks in advance
The text was updated successfully, but these errors were encountered: