The program implements the following things:
- Count total number of books by a specific author
- List all authors in the dataset
- Find all books written by a specific author
- Find books with a specific user rating
- List books and their prices by a specific author
- Download the dataset from Kaggle: Amazon's Top 50 Bestselling Books 2009-2019
- Save the CSV file as
data.csvin thedata/directory - Compile the Driver class from the project root directory:
javac Driver.java - Run the program:
java Driver