This repository is going to show dependencies between USA's economy (by state) and different variables - in construction 🔨
By NorthBrains Analytics 🧠
from enum import IntEnum
import pandas as pd
import requests as req
from IPython.display import display
from libraries.table_load import GetRegionalData
the last one is builded by us python's class which load chosen table name and line code from BEA's serveres for Regional frame.
BEA's API info hub <- click here for more info
python3 BEALineCodePick.py
*for the tables which we used