State By State Spending On Kids
Each state's public spending on kids in the US
@kaggle.sakinak_state_by_state_spending_on_kids
Each state's public spending on kids in the US
@kaggle.sakinak_state_by_state_spending_on_kids
CREATE TABLE state_by_state_spending_on_kids (
"state" VARCHAR,
"n_1997" DOUBLE,
"n_1998" BIGINT,
"n_1999" BIGINT,
"n_2000" BIGINT,
"n_2001" BIGINT,
"n_2002" BIGINT,
"n_2003" BIGINT,
"n_2004" BIGINT,
"n_2005" BIGINT,
"n_2006" BIGINT,
"n_2007" BIGINT,
"n_2008" BIGINT,
"n_2009" BIGINT,
"n_2010" BIGINT,
"n_2011" BIGINT,
"n_2012" BIGINT,
"n_2013" BIGINT,
"n_2014" BIGINT,
"n_2015" BIGINT,
"n_2016" BIGINT
);
Anyone who has the link will be able to view this.