Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
robdmc committed Jul 28, 2015
1 parent 743f277 commit 0933b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -212,7 +212,7 @@ multiple key fields can be used for the join.
</pre></code>

* Join poll and electoral-college data (Note the use of bash <a href="http://tldp.org/LDP/abs/html/process-sub.html">process substitution</a> to specify files to join.)
<pre><code><strong>[~]$ p.merge &lt(p.example_data -d election) &lt(p.rand -t gamma -n 10000 | p.df --names gamma) | p.hist -i table -c normal gamma</strong>
<pre><code><strong>[~]$ p.merge &lt(p.example_data -d election) &lt(p.example_data -d electoral_college) | p.hist -i table -c normal gamma</strong>
days state obama mccain poll name electors population
-252 AK 43 48 SurveyUSA Alaska 3 710000
-213 AK 43 48 Rasmussen Alaska 3 710000
Expand Down

0 comments on commit 0933b94

Please sign in to comment.