--- license: cc-by-4.0 language: - en tags: - asia - faostat - agriculture - food-security - tabular pretty_name: "Supply Utilization Accounts (2010-) — Asia (FAOSTAT)" --- # Supply Utilization Accounts (2010-) — Asia **Source:** [FAOSTAT — Supply Utilization Accounts (2010-)](https://www.fao.org/faostat/en/#data/SCL) **Domain code:** `SCL` **Publisher:** Food and Agriculture Organization of the United Nations (FAO) **Coverage:** 42 Asian countries · 2010–2023 · 2,048,841 rows **Items:** 474 · **Elements:** 21 ## About FAOSTAT is the world's largest and most comprehensive statistical database on food, agriculture, fisheries, forestry, and rural development. This dataset contains the **Supply Utilization Accounts (2010-)** domain filtered to all available Asian countries, repackaged in ML-ready Parquet format by [Electric Sheep Asia](https://huggingface.co/electricsheepasia). ## Schema | Column | Type | |--------|------| | `Domain Code` | object | | `Domain` | object | | `Area Code` | int64 | | `Area` | object | | `Element Code` | int64 | | `Element` | object | | `Item Code` | int64 | | `Item` | object | | `Year Code` | int64 | | `Year` | object | | `Unit` | object | | `Value` | float64 | ## Usage ```python from datasets import load_dataset ds = load_dataset("electricsheepasia/asia-faostat-scl") df = ds["train"].to_pandas() ``` ## Citation ``` @misc{faostat_scl_asia, title = {Supply Utilization Accounts (2010-) — Asia}, author = {Food and Agriculture Organization of the United Nations}, year = {2023}, url = {https://www.fao.org/faostat/en/#data/SCL}, note = {Repackaged by Electric Sheep Asia} } ``` ## License [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) — FAO open data.