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 6cdb052 commit cc43d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -214,7 +214,7 @@ multiple key fields can be used for the join.
* 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.example_data -d electoral_college) --how left --on state | p.df -o table | head</strong>
[~]$ p.merge &lt((p.example_data -d election) &lt(p.example_data -d electoral_college) --how left --on state | p.df -o table | head</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 cc43d4c

Please sign in to comment.