Skip to content

Commit

Permalink
Merge pull request swcarpentry#80 from laurajanegraham/gh-pages
Browse files Browse the repository at this point in the history
minor correction and clarification
  • Loading branch information
abbycabs committed May 10, 2015
2 parents 5dd6ac3 + 100e290 commit 667eb82
Show file tree
Hide file tree
Showing 2 changed files with 140 additions and 113 deletions.
249 changes: 138 additions & 111 deletions 06-agg.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions 06-agg.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ It might use the first one processed,
the last one,
or something else entirely.

Another important fact is that when there are no values to aggregate,
Another important fact is that when there are no values to aggregate --- for example here where the there are no rows satisfying the `WHERE` clause ---
aggregation's result is "don't know"
rather than zero or some other arbitrary value:

Expand Down Expand Up @@ -255,7 +255,7 @@ GROUP BY person, quant;
|roe |rad |1 |11.25 |
|roe |sal |2 |32.05 |

Note that we have added `person` to the list of fields displayed,
Note that we have added `quant` to the list of fields displayed,
since the results wouldn't make much sense otherwise.

Let's go one step further and remove all the entries
Expand Down

0 comments on commit 667eb82

Please sign in to comment.