Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BDB

The program implements the following things:

  1. Count total number of books by a specific author
  2. List all authors in the dataset
  3. Find all books written by a specific author
  4. Find books with a specific user rating
  5. List books and their prices by a specific author

Setup Instructions

  1. Download the dataset from Kaggle: Amazon's Top 50 Bestselling Books 2009-2019
  2. Save the CSV file as data.csv in the data/ directory
  3. Compile the Driver class from the project root directory:
    javac Driver.java
    
  4. Run the program:
    java Driver
    

About

Book Database

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages