sources
Data license: CC-BY
1 row where datasetId = 5009 sorted by id descending
This data as json, CSV (advanced)
Suggested facets: createdAt (date), updatedAt (date)
id ▲ | name | description | createdAt | updatedAt | datasetId | additionalInfo | link | dataPublishedBy |
---|---|---|---|---|---|---|---|---|
17740 | Agri-Environmental Indicators: Pesticides indicators | { "link": "http://www.fao.org/faostat/en/?#data/", "retrievedDate": "13-Feb-2020", "additionalInfo": "The indicator is defined as the annual agricultural use of total pesticides in active ingredients for the following categories of pesticides: Fungicides Bactericides; Herbicides; Insecticides; Plant Growth Regulators; Seed Treatment Fungicides; Seed Treatment Insecticides; Mineral Oils; Rodenticides; Disinfectants; and Other pesticides, nes (not elsewhere specified). The sum of active ingredients is divided by the area of cropland (which is the sum of arable land and land under permanent crops).", "dataPublishedBy": "Food and Agriculture Organization of the United Nations (FAO) (2020)", "dataPublisherSource": "Primary data source: FAO Yearly Questionnaires on Pesticides Use and Land Use, Irrigation and Agriculture practices. These official statistics may be complemented with government data sources such as yearbooks and ministerial data portals.Data gaps may be filled with secondary sources such as country studies from other International organizations. Data are flagged according to the type of data and the source.Also, gap-filling methodologies have been applied to the reported statistics in the domain of Pesticides Use (RP) in connection with: 1. Data errors (data reported in formulated products rather than in active ingredients); and 2. Incomplete time series of sub-components, for the purpose of computing aggregates of pesticides totals by country." } |
2020-02-14 01:43:37 | 2020-02-14 01:43:37 | Agri-Environmental Indicators: Pesticides indicators 5009 | The indicator is defined as the annual agricultural use of total pesticides in active ingredients for the following categories of pesticides: Fungicides Bactericides; Herbicides; Insecticides; Plant Growth Regulators; Seed Treatment Fungicides; Seed Treatment Insecticides; Mineral Oils; Rodenticides; Disinfectants; and Other pesticides, nes (not elsewhere specified). The sum of active ingredients is divided by the area of cropland (which is the sum of arable land and land under permanent crops). | http://www.fao.org/faostat/en/?#data/ | Food and Agriculture Organization of the United Nations (FAO) (2020) |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "sources" ( "id" INTEGER PRIMARY KEY AUTOINCREMENT, "name" VARCHAR(512) NULL , "description" TEXT NOT NULL , "createdAt" DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP , "updatedAt" DATETIME NULL , "datasetId" INTEGER NULL, additionalInfo TEXT GENERATED ALWAYS as (JSON_EXTRACT(description, '$.additionalInfo')) VIRTUAL, link TEXT GENERATED ALWAYS as (JSON_EXTRACT(description, '$.link')) VIRTUAL, dataPublishedBy TEXT GENERATED ALWAYS as (JSON_EXTRACT(description, '$.dataPublishedBy')) VIRTUAL, FOREIGN KEY("datasetId") REFERENCES "datasets" ("id") ON UPDATE RESTRICT ON DELETE RESTRICT ); CREATE INDEX "sources_datasetId" ON "sources" ("datasetId");