BrightData
commited on
Commit
•
45beece
1
Parent(s):
7ed44ff
Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,8 @@ license_link: https://brightdata.com/license
|
|
7 |
|
8 |
# Dataset Card for "BrightData/Goodreads-Books"
|
9 |
|
|
|
|
|
10 |
## Dataset Summary
|
11 |
|
12 |
Explore a collection of millions of books with the Goodreads dataset, comprising over 6.3M structured records and 14 data fields.
|
@@ -15,7 +17,9 @@ Continuously updated and verified for accuracy, this dataset provides invaluable
|
|
15 |
|
16 |
Each entry includes all major data points such as including URLs, book IDs, titles, authors, star ratings, number of ratings, reviews, summaries, genres, publication dates, author details, community reviews and prices.
|
17 |
|
18 |
-
|
|
|
|
|
19 |
|
20 |
## Data Dictionary
|
21 |
|
@@ -62,7 +66,7 @@ The data collection process involved extracting information directly from Goodre
|
|
62 |
- Parsing: Extracted raw data was parsed to convert it into a structured format.
|
63 |
- Cleaning: The cleaning process involved removing any irrelevant or erroneous entries to enhance data quality.
|
64 |
|
65 |
-
### Validation
|
66 |
|
67 |
To ensure data integrity, a validation process was implemented. Each entry is checked across various attributes, including:
|
68 |
|
@@ -74,8 +78,6 @@ To ensure data integrity, a validation process was implemented. Each entry is ch
|
|
74 |
|
75 |
This ensures that the dataset meets the high standards of quality necessary for analysis, research and modeling.
|
76 |
|
77 |
-
To explore additional free and premium datasets, visit our website [brightdata.com](https://www.brightdata.com)
|
78 |
-
|
79 |
## Example JSON
|
80 |
|
81 |
<div style="max-height: 300px; overflow-y: auto; border: 1px solid #ccc; padding: 10px;">
|
|
|
7 |
|
8 |
# Dataset Card for "BrightData/Goodreads-Books"
|
9 |
|
10 |
+
If you are using this dataset, we would love your feedback: [Link to form](https://docs.google.com/forms/d/e/1FAIpQLSdhxzlCEA8SGjjWZp-U6539oYmzdxlQ_Qb0pTPV6PqvmyrygA/viewform?usp=sf_link)
|
11 |
+
|
12 |
## Dataset Summary
|
13 |
|
14 |
Explore a collection of millions of books with the Goodreads dataset, comprising over 6.3M structured records and 14 data fields.
|
|
|
17 |
|
18 |
Each entry includes all major data points such as including URLs, book IDs, titles, authors, star ratings, number of ratings, reviews, summaries, genres, publication dates, author details, community reviews and prices.
|
19 |
|
20 |
+
For a complete list of data points, please refer to the full "Data Dictionary" provided below.
|
21 |
+
|
22 |
+
To explore additional free and premium datasets, visit our website [brightdata.com](https://www.brightdata.com)
|
23 |
|
24 |
## Data Dictionary
|
25 |
|
|
|
66 |
- Parsing: Extracted raw data was parsed to convert it into a structured format.
|
67 |
- Cleaning: The cleaning process involved removing any irrelevant or erroneous entries to enhance data quality.
|
68 |
|
69 |
+
### Validation
|
70 |
|
71 |
To ensure data integrity, a validation process was implemented. Each entry is checked across various attributes, including:
|
72 |
|
|
|
78 |
|
79 |
This ensures that the dataset meets the high standards of quality necessary for analysis, research and modeling.
|
80 |
|
|
|
|
|
81 |
## Example JSON
|
82 |
|
83 |
<div style="max-height: 300px; overflow-y: auto; border: 1px solid #ccc; padding: 10px;">
|