-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
unmerged the library's checkouts data.
- Loading branch information
1 parent
0601054
commit 4c92f6a
Showing
8 changed files
with
7,422 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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,,,,,,, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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,, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |