fineprint-global / mrio-viewer

A set of tools that allow for interactive visualization of input-output tables.
GNU General Public License v3.0
10 stars 1 forks source link

product_group is wrongly stated #12

Closed Gutschlhofer closed 5 years ago

Gutschlhofer commented 5 years ago

Last time I checked rice didn't swim around in the ocean and vegetarians could still eat it, need to check what's going on.

> product_conc
# A tibble: 330 x 5
      id name                     product_unit product_group other_id
 * <int> <chr>                           <int>         <int> <chr>   
 1     1 Rice (Milled Equivalent)            1             5 c001    
 2     2 Wheat and products                  1             5 c002    
...
> product_group_conc
# A tibble: 6 x 2
     id name              
* <int> <chr>             
1     1 Primary crops     
2     2 Crop products     
3     3 Livestock         
4     4 Livestock products
5     5 Fish              
6     6 Wood              

Suggested way to go about it:

Gutschlhofer commented 5 years ago

product_group is correct for the live database on the VPS so I will close this issue without having updated the "old" development db that I used