You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: labs/lab_07.md
+3-5
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,6 @@
1
1
# Lab 7
2
2
3
-
## Objective
4
-
5
-
Get experience writing data to and reading data from a database
3
+
**Objective:** Get experience writing data to and reading data from a database
6
4
7
5
---
8
6
@@ -27,9 +25,9 @@ You'll be changing your API over to use DuckDB.
27
25
1. Create a SQL script to take data from your CSV file and write it to a [persistent database](https://duckdb.org/docs/stable/clients/python/overview#persistent-storage).
28
26
1. Update your API to read from the database.
29
27
1. Add a table named "users" to your persistent database.
30
-
- The table should have three columns: username, age, and country
28
+
- The table should have three columns: username, age, and country
31
29
1. Add a POST method to add a new user to the table through your API
32
-
- Use this method to add several made-up users
30
+
- Use this method to add several made-up users
33
31
1. Add a GET method to get the number of users, the average age, and the three countries with the most users.
34
32
1.[Submit via CourseWorks](https://courseworks2.columbia.edu/courses/210480/assignments):
0 commit comments