Skip to content

Commit

Permalink
unmerged the library's checkouts data.
Browse files Browse the repository at this point in the history
  • Loading branch information
wes-brooks committed Jan 20, 2024
1 parent 0601054 commit 4c92f6a
Show file tree
Hide file tree
Showing 8 changed files with 7,422 additions and 0 deletions.
Binary file added data/library/.DS_Store
Binary file not shown.
5,666 changes: 5,666 additions & 0 deletions data/library/books.csv

Large diffs are not rendered by default.

723 changes: 723 additions & 0 deletions data/library/borrowers.csv

Large diffs are not rendered by default.

1,001 changes: 1,001 additions & 0 deletions data/library/checkouts.csv

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions data/library/fake/books.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
book_id,title,author,subject,Publisher ,creation_date,publication_date,location,type,Barcode 
1,my alaska,guy noir,,,,,,,
2,jubilee,charro,,,,,,,
3,the window ruiner ruined my windows,zipperman,,,,,,,
4,clowns in the clouds,dark doug,,,,,,,
5,"dogs walked, tigers tamed, bars emptied",lucky pierre,,,,,,,
6,ace ventura,sandy mackinnon,,,,,,,
7,nevermore again my friend,wild thing,,,,,,,
8,raising chow-chow,dogfather,,,,,,,
9,gobblers gonna gobble,janice from next door,,,,,,,
11 changes: 11 additions & 0 deletions data/library/fake/borrowers.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
borrower_id,account_type,major,date_created
1,student,,
2,staff,,
3,student,,
4,student,,
5,faculty,,
6,staff,,
7,faculty,,
8,faculty,,
9,staff,,
10,student,,
8 changes: 8 additions & 0 deletions data/library/fake/checkouts.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
borrower_id,book_id,checkout_date,due_date
1,1,12/21/23,6/18/24
1,2,1/3/22,7/2/22
2,2,10/12/20,4/10/21
2,3,5/5/23,11/1/23
2,4,12/12/21,6/10/22
4,2,6/7/18,12/4/18
5,5,10/1/23,3/29/24
3 changes: 3 additions & 0 deletions data/library/fake/publishers.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
name,year_founded,address,country,types
pub_1,2010,123 fake st,USA,books
pub_2,2013,456 made-up ave,UK,videos

0 comments on commit 4c92f6a

Please sign in to comment.