qqqwt's picture
Add files using upload-large-folder tool
4d5c053 verified
|
Raw
History Blame Contribute Delete
2.86 kB
## About Dataset
This project is all about taking a closer look at the books available on Amazon. We've collected information on different types of genres, sub-genres, and individual books like their titles, authors, prices, and ratings. By digging into this data, we hope to learn interesting things about what kinds of books are popular, how they're priced, and what people like to read. This can help us understand more about the world of books and what makes them tick on Amazon.
### Dataset 1: Genre
- **Title**: This column contains the main genres of books available on Amazon.
- **Number of Sub-genres**: Indicates the count of sub-genres associated with each main genre.
- **URL**: Provides the link to the page on Amazon where books of this genre are listed.
### Dataset 2: SubGenre
- **Title**: Lists the specific sub-genres within each main genre.
- **Main Genre**: Indicates the overarching genre to which each sub-genre belongs.
- **No. of Books**: Shows the count of books categorized under each sub-genre.
- **URL**: Provides the link to the page on Amazon where books of this sub-genre are listed.
### Dataset 3: Books_df
- **Title**: The title of the book.
- **Author**: Name of the author or publication house.
- **Main Genre**: The main genre the book belongs to.
- **Sub Genre**: The specific sub-genre of the book.
- **Type**: Indicates the format of the book, such as paperback, Kindle, audiobook, or hardcover.
- **Price**: The price of the book.
- **Rating**: The average rating of the book given by users.
- **No. of People Rated**: Indicates the count of users who have rated the book.
- **URLs**: Provides the link to the book's page on Amazon for further details and purchase options.
### Defination
**Best-Rated Authors**: These are authors who have received the highest average ratings. Average ratings are calculated based on the feedback from readers or users who rate the authors' books. To qualify as a best-rated author, an individual will typically need to have a significant number of high ratings to ensure that the rating is reliable.
**Most Expensive Authors**: These authors are associated with the highest average prices for their books. The average price is determined by the cost of the authors' published works. Most expensive authors typically are those whose books are sold at a premium price, often reflecting factors such as the author's fame, the book's quality, genre, or collector's value.
**Most Rated Authors**: These are authors who have the highest total number of ratings across all their books. This is indicative of popularity and the extent of readership and engagement the author has garnered. A high number of ratings does not necessarily reflect the quality or price of the books but does show that a large number of readers have provided feedback.