A Pen by Molly Hunter on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Domain Category | No. Operations with Receipts | "Receipts, Measured in $" | |
|---|---|---|---|
| 1.0 to 499 ACRES | 50662 | 318550000 | |
| 500 TO 999 ACRES | 11095 | 196695000 | |
| "1,000 TO 1,999 ACRES" | 6227 | 186920000 | |
| "2,000 OR MORE ACRES" | 1479 | 80126000 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| YEAR | No. Operations | No. Acres | |
|---|---|---|---|
| 2016 | 87000 | 30500000 | |
| 2015 | 87500 | 30500000 | |
| 2014 | 88000 | 30500000 | |
| 2013 | 88500 | 30600000 | |
| 2012 | 88600 | 30600000 | |
| 2011 | 88900 | 30600000 | |
| 2010 | 89100 | 30600000 | |
| 2009 | 90300 | 30700000 | |
| 2008 | 91400 | 30700000 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| let request = require('request') | |
| let rp = require('request-promise-native'); | |
| let cheerio = require('cheerio'); | |
| let d3 = require('d3'); | |
| let fs = require('fs'); | |
| var mainUrl = "https://conservation.ewg.org/eqip_regions.php?fips=19000®ionname=Iowa"; | |
| var counties = []; | |
| var equipPayments = []; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| State,Milk cows (in thousands) in 2016, | |
| AL,7.00, | |
| AK,0.30, | |
| AZ,196.00, | |
| AR,6.00, | |
| CA,1762.00, | |
| CO,151.00, | |
| CT,19.00, | |
| DE,5.00, | |
| FL,123.00, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| State | Milk cows (in thousands) in 2016 | ||
|---|---|---|---|
| AL | 7 | ||
| AK | 0.3 | ||
| AZ | 196 | ||
| AR | 6 | ||
| CA | 1,762 | ||
| CO | 151 | ||
| CT | 19 | ||
| DE | 5.0 | ||
| FL | 123 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| State | Milk cows (in thousands) in 2016 | Expressed as % | ||
|---|---|---|---|---|
| AL | 7 | 0.07500% | ||
| AK | 0.3 | 0.00321% | ||
| AZ | 196 | 2.09996% | ||
| AR | 6 | 0.06428% | ||
| CA | 1,762 | 18.87823% | ||
| CO | 151 | 1.61783% | ||
| CT | 19 | 0.20357% | ||
| DE | 5.0 | 0.05357% | ||
| FL | 123 | 1.31783% |