Rows: 120 Columns: 8
── Column specification ────────────────────────────────────────────────────────
Delimiter: ","
chr (5): title, book_url, genre, award_status, award_name
dbl (3): avg_rating, num_ratings, price
ℹ Use `spec()` to retrieve the full column specification for this data.
ℹ Specify the column types or set `show_col_types = FALSE` to quiet this message.
Rows: 120
Columns: 8
$ title <chr> "A Light in the Attic", "Tipping the Velvet", "Soumission…
$ book_url <chr> "https://books.toscrape.com/catalogue/a-light-in-the-atti…
$ avg_rating <dbl> 3, 1, 1, 4, 5, 1, 4, 3, 4, 1, 2, 4, 5, 5, 5, 3, 1, 1, 2, …
$ num_ratings <dbl> 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, …
$ genre <chr> "Poetry", "Historical Fiction", "Fiction", "Mystery", "Hi…
$ price <dbl> 51.77, 53.74, 50.10, 47.82, 54.23, 22.65, 33.34, 17.93, 2…
$ award_status <chr> "non_award", "non_award", "non_award", "award", "award", …
$ award_name <chr> NA, NA, NA, "High Rating (4–5 stars)", "High Rating (4–5 …