Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add these Sample Data Cycle Questions for Global Food Supply Dataset to lessons #2254

Open
flannery-denny opened this issue Oct 28, 2024 · 1 comment

Comments

@flannery-denny
Copy link
Collaborator

Joy wrote these in response to a teacher inquiry. We should make them accessible to everyone :)

Categorical Columns

Pie-chart: Are more countries land-locked or not land-locked?
pie-chart(food-table, "landlocked")
Bar-chart: How many more countries are in Europe than are in the Asia-Pacific region?
bar-chart(food-table, "region")
Stacked-bar-chart: What is the distribution of religion across the regions?
stacked-bar-chart(food-table, "region", "rel-maj")
Multi-bar-chart: Which regions produce as much food as they import?
multi-bar-chart(food-table, "region", "food-ind")
Quantitative Columns

Histogram: What is the shape of the percent of land used for agriculture data column?
histogram(food-table, "country", "pct-land-ag", 10)
Box-plot: What is the distribution of the percent of adults who are overweight column?
box-plot(food-table, "pct-ow")
Scatter-plot: Is there a relationship between daily per capita caloric supply and the percent of adults who are overweight?
scatter-plot(food-table, "country", "cal-pc", "pct-ow")
lr-plot: How big of a factor is the daily per capita caloric supply in determining the percent of adults who are overweight?
lr-plot(food-table, "country", "cal-pc", "pct-ow")

@flannery-denny flannery-denny added this to the 2025 milestone Oct 28, 2024
@flannery-denny
Copy link
Collaborator Author

@joystraub Thanks for these! Assuming it'd make most sense to add each of them to the relevant lesson plan?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant