This commit is contained in:
LockeShor
2026-03-06 00:56:43 -05:00
commit 95e03442c5
25 changed files with 3695 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
member_id,first_name,last_name,age,household,checked_in,swim_test_passed,can_use_deep_end
4,Luis,Garcia,41,Garcia,0,0,1
6,Mateo,Garcia,11,Garcia,0,0,0
5,Sofia,Garcia,38,Garcia,0,0,1
3,Emma,James,29,Individual,0,0,1
2,Noah,Patel,42,Individual,0,0,1
1,Avery,Wilson,34,Individual,0,0,1
7,Helen,Miller,37,Miller,0,0,1
8,Kai,Miller,9,Miller,0,0,0
10,Liam,Nguyen,8,Nguyen,0,0,0
9,Trang,Nguyen,35,Nguyen,0,0,1
1 member_id first_name last_name age household checked_in swim_test_passed can_use_deep_end
2 4 Luis Garcia 41 Garcia 0 0 1
3 6 Mateo Garcia 11 Garcia 0 0 0
4 5 Sofia Garcia 38 Garcia 0 0 1
5 3 Emma James 29 Individual 0 0 1
6 2 Noah Patel 42 Individual 0 0 1
7 1 Avery Wilson 34 Individual 0 0 1
8 7 Helen Miller 37 Miller 0 0 1
9 8 Kai Miller 9 Miller 0 0 0
10 10 Liam Nguyen 8 Nguyen 0 0 0
11 9 Trang Nguyen 35 Nguyen 0 0 1