--- license: other license_name: bright-data-master-service-agreement license_link: https://brightdata.com/license task_categories: - text-classification - summarization - text-generation - text2text-generation language: - en tags: - books - literature - reading - reviews - authors - ratings - genre analysis - book summaries - AI - NLP - Natural Language Processing - Machine Learning - ML - entertainment - Goodreads - book reviews - LLM size_categories: - 1M name* | Author name | Text | | *> num_books* | Number of books by the author | Number | | *> num_followers* | About the author | Text | | community_reviews | Community reviews breakdown | Object | | *> 5_stars* | 5 stars | Object | | *>> reviews_num* | Number of reviews | Number | | *>> reviews_percentage* | Percentage of reviews | Number | | *> 4_stars* | 4 stars | Object | | *>> reviews_num* | Number of reviews | Number | | *>> reviews_percentage* | Percentage of reviews | Number | | *> 3_stars* | 3 stars | Object | | *>> reviews_num* | Number of reviews | Number | | *>> reviews_percentage* | Percentage of reviews | Number | | *> 2_stars* | 2 stars | Object | | *>> reviews_num* | Number of reviews | Number | | *>> reviews_percentage* | Percentage of reviews | Number | | *> 1_stars* | 1 stars | Object | | *>> reviews_num* | Number of reviews | Number | | *>> reviews_percentage* | Percentage of reviews | Number | | kindle_price | The price of the book on kindle | Price | ## Dataset Creation ### Data Collection and Processing The data collection process involved extracting information directly from Goodreads, ensuring comprehensive coverage of the required attributes. Once collected, the data underwent several stages of processing: - **Parsing**: Extracted raw data was parsed to convert it into a structured format. - **Cleaning**: The cleaning process involved removing any irrelevant or erroneous entries to enhance data quality. ### Validation: To ensure data integrity, a validation process was implemented. Each entry is checked across various attributes, including: - **Uniqueness**: Each record was checked to ensure it was unique, eliminating any duplicates. - **Completeness**: The dataset was examined to confirm that all necessary fields were populated or filled, with missing data addressed appropriately. - **Consistency**: Cross-validation checks were conducted to ensure consistency across various attributes, including comparison with historical records. - **Data Types Verification**: Ensured that all data types were correctly assigned and consistent with expected formats. - **Fill Rates and Duplicate Checks**: Conducted comprehensive checks to verify fill rates, ensuring no significant gaps in data, and rigorously screened for duplicates. This ensures that the dataset meets the high standards of quality necessary for analysis, research and modeling. ## Example JSON
```json [ { "timestamp": "2024-05-09", "url": "https://www.imdb.com/title/tt1533087/", "title": "Soda Springs", "popularity": null, "genres": [ "Drama" } ] ```