From 5279f5017d7ff576789abf1e113d64b622d790d4 Mon Sep 17 00:00:00 2001 From: Greg Wilson Date: Tue, 3 Dec 2013 14:44:38 -0500 Subject: [PATCH] Notes on what diagrams need to be drawn W. Trevor King: I removed everything except the sql/novice changes from the original bc83c3f [1]. [1]: https://github.com/swcarpentry/bc/commit/bc83c3fe35ea0b153df6f330aa8ca23748b78cfc --- sql/novice/02-sort-dup.ipynb | 2 +- sql/novice/03-filter.ipynb | 2 +- sql/novice/06-agg.ipynb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sql/novice/02-sort-dup.ipynb b/sql/novice/02-sort-dup.ipynb index 44d1335..2f885c9 100644 --- a/sql/novice/02-sort-dup.ipynb +++ b/sql/novice/02-sort-dup.ipynb @@ -383,7 +383,7 @@ "source": [ "### Challenges\n", "\n", - "FIXME" + "FIXME: write challenges for sorting and removing duplicates" ] } ], diff --git a/sql/novice/03-filter.ipynb b/sql/novice/03-filter.ipynb index 536494f..1c7fa54 100644 --- a/sql/novice/03-filter.ipynb +++ b/sql/novice/03-filter.ipynb @@ -83,7 +83,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "FIXME: diagram" + "FIXME: diagram showing SQL processing pipeline executing a join that multiplies then filters records" ] }, { diff --git a/sql/novice/06-agg.ipynb b/sql/novice/06-agg.ipynb index 8c9ba69..0f08a18 100644 --- a/sql/novice/06-agg.ipynb +++ b/sql/novice/06-agg.ipynb @@ -544,7 +544,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "FIXME: diagram" + "FIXME: diagram showing SQL processing pipeline with an extra stage for aggregation, and multiple records being compressed into one" ] }, { -- 2.26.2