Sha256: 48ac9a0666d8ed10dddc67ea76ff83381892576b057fc2fc7b1c3e254d96d55a
Contents?: true
Size: 1021 Bytes
Versions: 74
Compression:
Stored size: 1021 Bytes
Contents
DietClass.class_eval do data_miner do schema Earth.database_options do string 'name' float 'intensity' string 'intensity_units' float 'red_meat_share' float 'poultry_share' float 'fish_share' float 'eggs_share' float 'nuts_share' float 'dairy_share' float 'cereals_and_grains_share' float 'fruit_share' float 'vegetables_share' float 'oils_and_sugars_share' end import "a Brighter Planet-defined list of diet classes and food group caloric distributions", :url => 'http://static.brighterplanet.com/science/data/consumables/diets/diet_classes.csv' do key 'name' store 'intensity' store 'red_meat_share' store 'poultry_share' store 'fish_share' store 'eggs_share' store 'nuts_share' store 'dairy_share' store 'cereals_and_grains_share' store 'fruit_share' store 'vegetables_share' store 'oils_and_sugars_share' end end end
Version data entries
74 entries across 74 versions & 2 rubygems