Skip to content

riyabhardwaj12/BookBorrow_Simulator

Repository files navigation

Simulator for our BookBorrow table

Initially "Borrowed" table was there which was created using borrow.java, BorrowedDo.java and Sample3.java but this had issues like no rating column was there which was needed for the ml part and also book_id was of string type while in our books table we made it as number,so this was causing problems in using these two tables simultaneously .

All these problems were considered and new final table "BookBorrow" was made using correction.py and the table generated above.

Final table(BookBorrow) generated can be viewed with the link provided in this repository.

About

Simulator for BookBorrow table which contains the information of all books a customer buys with the date of borrow ,expected date of return and the actual return date with the ratings which the customer gives to the book while returning.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published