Feed the Future Northern Kenya Zone of Influence Survey Baseline - Women's Empowerment in Agriculture Index (WEAI) Dataset
Feed the Future seeks to reduce poverty and undernutrition in 19 developing countries including Kenya by focusing on accelerating growth of the agricultural sector, addressing root causes of undernutrition, and reducing gender inequality.
This dataset (n=14,055, var=11) is the first of two datasets needed to calculate the WEAI-related measures. It contains Module G data from the primary adult (18+) female decisionmaker within each household (for the sub-sample of households with a primary adult female decisionmaker).
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \ -H "Content-Type: application/json" \ -d@-<<EOF {"sql": " SELECT * FROM \"usaid-gov/feed-the-future-northern-kenya-zone-of-influence-7bzx-qaw7\".\"feed_the_future_northern_kenya_zone_of_influence\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.