ypeng16 commited on
Commit
68cb5fa
·
verified ·
1 Parent(s): c2ea0ca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -8
README.md CHANGED
@@ -28,16 +28,22 @@ This project was initially developed for USDA Baseline Agricultural Trade (BSAT)
28
  - Optionally, Metadata (`METADATA.csv`) and Shock Variables (`data_shocks.csv`) will also be automatically recognized and displayed.
29
 
30
  - **Step 2: Explore Visualizations**
31
- After uploading:
32
- - **Line Charts**: View time series of baseline vs. shock(s).
33
- - **Regional Bar Charts**: Compare percent changes across regions for a selected commodity and attribute.
34
- - **Heatmaps**: Visualize ratio changes across regions and commodities in a given year.
35
 
36
- - **Step 3: Interact with Charts**
37
- - Use dropdown menus to select country, commodity, year, and attribute.
38
- - Hover over charts to see detailed tooltip information (e.g., full region names and percentage changes).
39
- - Zoom, pan, and interact with visual elements where supported.
 
40
 
 
 
 
 
 
 
 
 
 
41
  ---
42
 
43
  ## 2. About Hugging Face Hosting
 
28
  - Optionally, Metadata (`METADATA.csv`) and Shock Variables (`data_shocks.csv`) will also be automatically recognized and displayed.
29
 
30
  - **Step 2: Explore Visualizations**
 
 
 
 
31
 
32
+ - **Line Charts**: Time series comparison between baseline and shock scenarios.
33
+ - **Top # Bar Charts**: Largest changes by region for selected metrics.
34
+ - **Scenario Comparison Bars**: Side-by-side shock comparison by region.
35
+ - **Heatmaps**: Yearly percent changes across regions and commodities.
36
+ - **Correlation Matrix**: Attribute interdependence within a region over time.
37
 
38
+
39
+ - **Step 3: Interact with Charts**
40
+
41
+ - Select region, commodity, attribute, and year using dropdowns or sliders.
42
+ - Toggle between Shock 1 and Shock 2 in applicable charts (line, bar, heatmap).
43
+ - In Top # Bar Charts, choose how many regions to display and sort by largest changes.
44
+ - In Correlation Matrix, select year range and explore attribute relationships over time.
45
+ - Apply filters to shock variable tables to focus on specific policies or affected regions.
46
+ - Hover for detailed tooltips; use legends to highlight specific shock comparisons.
47
  ---
48
 
49
  ## 2. About Hugging Face Hosting