Skip to content

Commit bac2b59

Browse files
committed
introduce "lab groups"
1 parent 38a6d92 commit bac2b59

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

labs/lab_04.md

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ We will be practicing [pair programming](../docs/pairing.md) and [documentation-
2020
### Setup
2121

2222
1. Pair up with someone who isn't on your [project team](../docs/project.md#teams).
23+
- This will be known as your "Lab group". Subsequent Labs will use the same people, repository, and dataset.
2324
1. Pick a dataset that has unique identifiers for each row.
2425
- You can use a dataset from one of your [projects](../docs/project.md), or [pick a different one](https://python-public-policy.afeld.me/en/columbia/assignments/open_ended.html#open-data-portals).
2526
- You'll use a CSV as the data source to power your API.

labs/lab_05.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Seeing projects with `<name>2.py`. Splitting code up into smaller files will hel
3838

3939
## Steps
4040

41-
You'll [pair](../docs/pairing.md) in your group, repository, and dataset from [Lab 4](lab_04.md). Work on branches and submit pull requests for the chunks of work — you decide what the "chunks" are.
41+
You'll [pair](../docs/pairing.md) in your Lab group. Work on branches and submit pull requests for the chunks of work — you decide what the "chunks" are.
4242

4343
---
4444

labs/lab_07.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Can use the CLI for DuckDB (and other databases):
1313

1414
---
1515

16-
You'll [pair](../docs/pairing.md) in your group, repository, and dataset from Labs [4](lab_04.md) and [5](lab_05.md). Work on branches and submit pull requests for the chunks of work — you decide what the "chunks" are.
16+
You'll [pair](../docs/pairing.md) in your Lab group. Work on branches and submit pull requests for the chunks of work — you decide what the "chunks" are.
1717

1818
---
1919

0 commit comments

Comments
 (0)