Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 615 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 615 Bytes

Food-Security

Data formatting

Food production data

Other crops

Other crops data is expected to be in csv file format with production values per province. The production values are expected to be in thousand of tons per year. The column name of the production values should be the name of the file as is described in the config toml. For example, maize = "path/to/file.csv", here the column name should be maize. Also note that the column that is used to join the data to the main region dataframe can be provided in the config toml. This column name should be the same among all other crop files.