Kossisoroyce commited on
Commit
2cfd88a
·
verified ·
1 Parent(s): efaa7cd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +106 -3
README.md CHANGED
@@ -1,3 +1,106 @@
1
- ---
2
- license: gpl
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: gpl
3
+ tags:
4
+ - climate
5
+ - finance
6
+ - biology
7
+ size_categories:
8
+ - 100K<n<1M
9
+ ---
10
+ # Agricultural Production Dataset Datacard
11
+
12
+ ## Dataset Overview
13
+
14
+ - **Dataset Name**: Cleaned Agricultural Production Data
15
+ - **Source**: Food and Agriculture organization (FAO)
16
+ - **Dataset Type**: Time-series agricultural statistics
17
+ - **Number of Rows**: ~790,714
18
+ - **Format**: CSV
19
+ - **Size**: [File size]
20
+
21
+ ## Dataset Description
22
+
23
+ This dataset contains comprehensive agricultural production statistics, including crop and livestock data across different regions and years. The data has been cleaned and processed for analysis.
24
+
25
+ ## Data Dictionary
26
+
27
+ | Column Name | Data Type | Description |
28
+ |-------------|-----------|-------------|
29
+ | Area | String | Name of the country or region |
30
+ | Item | String | Agricultural product or livestock |
31
+ | Year | Integer | Year of record |
32
+ | Unit | String | Unit of measurement |
33
+ | Area harvested | Float | Area harvested (hectares) |
34
+ | Laying | Float | Number of laying animals |
35
+ | Milk Animals | Float | Number of milk-producing animals |
36
+ | Producing Animals/Slaughtered | Float | Number of animals produced/slaughtered |
37
+ | Production | Float | Quantity produced |
38
+ | Stocks | Float | Quantity in stock |
39
+ | Yield | Float | Yield per unit area |
40
+ | Yield/Carcass Weight | Float | Yield or carcass weight |
41
+
42
+ ## Data Collection
43
+
44
+ ### Source
45
+
46
+ - **Original Source**: [Original data source]
47
+ - **Processing**: Data has been cleaned and standardized
48
+
49
+ ### Time Period
50
+
51
+ - **Start Year**: 1961 (based on sample data)
52
+ - **End Year**: [Most recent year in dataset]
53
+
54
+ ### Geographic Coverage
55
+
56
+ - **Regions**: Global coverage (countries and regions)
57
+ - **Geographic Granularity**: Country/Region level
58
+
59
+ ## Data Quality
60
+
61
+ ### Completeness
62
+
63
+ - Missing values are present in the dataset and have been handled using the following approach:
64
+ - For each time series (grouped by Area, Item, and Element), missing values are:
65
+ 1. Forward filled (using the last valid observation)
66
+ 2. Then backward filled (using the next valid observation)
67
+ - This approach helps maintain the continuity of time series data while preserving trends
68
+ - Some metrics are only applicable to specific item types (e.g., milk animals for dairy products)
69
+ - Certain years or regions may have more missing data than others
70
+
71
+ ### Consistency
72
+
73
+ - Standardized units across all measurements
74
+ - Consistent naming conventions for countries and crop categories
75
+ - Yearly data points from 1961 to the most recent year available
76
+ - Data has been filtered to include only African countries with standardized names
77
+
78
+ ## Intended Use
79
+
80
+ This dataset is suitable for:
81
+
82
+ - Agricultural production trend analysis
83
+ - Regional comparison of agricultural output
84
+ - Time-series analysis of agricultural metrics
85
+ - Research in food security and agricultural economics
86
+
87
+ ## Limitations
88
+
89
+ 1. Some entries may have missing values
90
+ 2. Data granularity varies by country and year
91
+ 3. Some metrics are only applicable to specific agricultural products
92
+
93
+ ## Ethical Considerations
94
+
95
+ - Data represents aggregate statistics and does not contain personally identifiable information
96
+ - Users should be aware of potential biases in data collection and reporting across different regions
97
+
98
+ ## Usage Examples
99
+
100
+ 1. Analyzing agricultural production trends over time
101
+ 2. Comparing crop yields across different regions
102
+ 3. Studying the relationship between agricultural practices and output
103
+
104
+ ## Citation
105
+
106
+ [Provide citation format for the dataset]