We're going to look at some data in Postgresql. To get started, you might want to get some useful tools first.
https://macpostgresclient.com/
brew install postgresql
?> | |
<li class="one-third first single-item create-board" data-price="000000" data-category="!000000" data-source="000000" data-purchased="100000000000"> | |
<a onClick='iframe_open("/popups/popup-add-item.php?name=<?php echo rawurlencode($project) . '&pnumber=' . $pnumber; ?>", "480", "200", "no")'> | |
<img src="images/plus-sign-large.png" alt="Add New Sum Board"> | |
<p>Add New Item</p> | |
</a> | |
</li> | |
<?php |
// shorter | |
color = details.leftToPurchase < 0 ? 'red' : '#534F4E'; | |
// more clear | |
if(details.leftToPurchase < 0){ | |
color = 'red'; | |
} else { | |
color = '#534F4E'; | |
} |
//! moment.js | |
//! version : 2.14.1 | |
//! authors : Tim Wood, Iskren Chernev, Moment.js contributors | |
//! license : MIT | |
//! momentjs.com | |
;(function (global, factory) { | |
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() : | |
typeof define === 'function' && define.amd ? define(factory) : | |
global.moment = factory() |
//! moment.js | |
//! version : 2.14.1 | |
//! authors : Tim Wood, Iskren Chernev, Moment.js contributors | |
//! license : MIT | |
//! momentjs.com | |
;(function (global, factory) { | |
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() : | |
typeof define === 'function' && define.amd ? define(factory) : | |
global.moment = factory() |
[ | |
{ | |
"elementType": "labels", | |
"stylers": [ | |
{ | |
"visibility": "off" | |
} | |
] | |
}, | |
{ |
Year,Period,Area,Adjusted,Preliminary,Rate | |
"2016","Annual","Alameda County","Not Adj","Not Prelim","4.2" | |
"2015","Annual","Alameda County","Not Adj","Not Prelim","4.7" | |
"2014","Annual","Alameda County","Not Adj","Not Prelim","5.8" | |
"2013","Annual","Alameda County","Not Adj","Not Prelim","7.2" | |
"2012","Annual","Alameda County","Not Adj","Not Prelim","8.7" | |
"2011","Annual","Alameda County","Not Adj","Not Prelim","10.1" | |
"2011","Annual","Alameda County","Not Adj","Not Prelim","10.1" | |
"2010","Annual","Alameda County","Not Adj","Not Prelim","10.9" | |
"2010","Annual","Alameda County","Not Adj","Not Prelim","10.9" |
> sessionInfo() | |
R version 3.3.3 (2017-03-06) | |
Platform: x86_64-apple-darwin15.6.0 (64-bit) | |
Running under: OS X El Capitan 10.11.6 | |
locale: | |
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8 | |
attached base packages: | |
[1] stats graphics grDevices utils datasets methods base |
We're going to look at some data in Postgresql. To get started, you might want to get some useful tools first.
https://macpostgresclient.com/
brew install postgresql
Copy of the report | |
<https://lims.minneapolismn.gov/Download/File/1038/2018%20Local%20Board%20of%20Appeal%20and%20Equalization%20Update.pdf> | |
People talking about the report. | |
<https://twitter.com/anton612/status/990597518433177602> | |
Site to request data | |
<http://www.ci.minneapolis.mn.us/datapractices/WCMSP-180814> | |
First tweet I saw |
In this book, sea level rise leads to a smaller San Francisco in the year 2445, where all food needs are met by the city. The bay teems with life, and people eat Cioppino everyday. Most travel is done by bicycle, and streets have been turned into gardens.
As I read, I've been wondering about the population, how much lower, or higher than present SF is it? Most of the city is turned to the plow, but people live in group homes, which makes it hard to determine population.