Centralize library loading in 00_paths.R to suppress dplyr startup messages
This commit is contained in:
7
data/formatted/df_formatted.csv
Normal file
7
data/formatted/df_formatted.csv
Normal file
@@ -0,0 +1,7 @@
|
||||
month,value_usd,population,income_per_person
|
||||
jan,45360000,22600000,2.01
|
||||
feb,42660000,22600000,1.89
|
||||
mar,47736000,22650000,2.11
|
||||
apr,45144000,22650000,1.99
|
||||
may,46548000,22700000,2.05
|
||||
jun,43848000,22700000,1.93
|
||||
|
7
data/interim/df_income_usd.csv
Normal file
7
data/interim/df_income_usd.csv
Normal file
@@ -0,0 +1,7 @@
|
||||
id,category,denomination,month,value_usd
|
||||
1,income,usd,jan,45360000
|
||||
1,income,usd,feb,42660000
|
||||
1,income,usd,mar,47736000
|
||||
1,income,usd,apr,45144000
|
||||
1,income,usd,may,46548000
|
||||
1,income,usd,jun,43848000
|
||||
|
2
data/interim/df_income_usd_wide.csv
Normal file
2
data/interim/df_income_usd_wide.csv
Normal file
@@ -0,0 +1,2 @@
|
||||
id,category,denomination,jan,feb,mar,apr,may,jun
|
||||
1,income,usd,45360000,42660000,47736000,45144000,46548000,43848000
|
||||
|
7
data/interim/df_merged.csv
Normal file
7
data/interim/df_merged.csv
Normal file
@@ -0,0 +1,7 @@
|
||||
id,category,denomination,month,value_usd,population
|
||||
1,income,usd,jan,45360000,22600000
|
||||
1,income,usd,feb,42660000,22600000
|
||||
1,income,usd,mar,47736000,22650000
|
||||
1,income,usd,apr,45144000,22650000
|
||||
1,income,usd,may,46548000,22700000
|
||||
1,income,usd,jun,43848000,22700000
|
||||
|
7
data/interim/df_population_full.csv
Normal file
7
data/interim/df_population_full.csv
Normal file
@@ -0,0 +1,7 @@
|
||||
state,category,unit,month,value
|
||||
FL,population,persons,jan,22600000
|
||||
FL,population,persons,feb,22600000
|
||||
FL,population,persons,mar,22650000
|
||||
FL,population,persons,apr,22650000
|
||||
FL,population,persons,may,22700000
|
||||
FL,population,persons,jun,22700000
|
||||
|
7
data/processed/df_result.csv
Normal file
7
data/processed/df_result.csv
Normal file
@@ -0,0 +1,7 @@
|
||||
month,value_usd,population,income_per_person
|
||||
jan,45360000,22600000,2.0071
|
||||
feb,42660000,22600000,1.8876
|
||||
mar,47736000,22650000,2.1075
|
||||
apr,45144000,22650000,1.9931
|
||||
may,46548000,22700000,2.0506
|
||||
jun,43848000,22700000,1.9316
|
||||
|
2
data/raw/df_income.csv
Normal file
2
data/raw/df_income.csv
Normal file
@@ -0,0 +1,2 @@
|
||||
id,category,denomination,jan,feb,mar,apr,may,jun
|
||||
1,income,euro,42000000,39500000,44200000,41800000,43100000,40600000
|
||||
|
2
data/raw/df_population.csv
Normal file
2
data/raw/df_population.csv
Normal file
@@ -0,0 +1,2 @@
|
||||
state,category,unit,jan,feb,mar,apr,may,jun
|
||||
FL,population,thousands,22600,22600,22650,22650,22700,22700
|
||||
|
Reference in New Issue
Block a user