Growth Rate Of USA From GDP Values
US GDP Growth over time
@kaggle.salmaneunus_us_gdp_growth_rate
US GDP Growth over time
@kaggle.salmaneunus_us_gdp_growth_rate
This is collected from an open USA dataset. It contain the GDP growth of USA from 1st January 1947 to 1st January 2020. Gross Domestic Product or GDP reflects the development of a country and well being. An increase in GDP often refers to the improvement in the standards of living. There are other indicators of standards of living like Human Development Index or HDI, which is calculated depending on other factors.
CREATE TABLE gdp (
"date" TIMESTAMP,
"gdp" DOUBLE
);
Anyone who has the link will be able to view this.