Skip to content

Commit

Permalink
Add schema for US unemployment demo
Browse files Browse the repository at this point in the history
  • Loading branch information
doanduyhai committed May 24, 2015
1 parent 90e6e23 commit 92b904a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Empty file removed src/main/data/countries_1.csv
Empty file.
14 changes: 14 additions & 0 deletions src/main/data/us_unemployment.cql
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
CREATE TABLE IF NOT EXISTS spark_demo.us_unemployment_stats (
year int PRIMARY KEY,
agriculture_part_count int,
civil_labor_count int,
civil_non_institutional_count int,
employed_count int,
employed_percentage double,
footnotes text,
labor_population_percentage double,
non_agriculture_part_count int,
not_labor_count int,
unemployed_count int,
unemployed_percentage_to_labor double
);

0 comments on commit 92b904a

Please sign in to comment.