amazon_books {moderndive} | R Documentation |
Sample of Amazon books
Description
A random sample of 325 books from Amazon.com.
Usage
amazon_books
Format
A data frame of 325 rows representing books listed on Amazon and 13 variables.
- title
Book title
- author
Author who wrote book
- list_price
recommended retail price of book
- amazon_price
lowest price of book shown on Amazon
- hard_paper
book is either hardcover or paperback
- num_pages
number of pages in book
- publisher
Company that issues the book for sale
- pub_year
Year the book was published
- isbn_10
10-character ISBN number
- height, width, thick, weight_oz
height, width, weight and thickness of the book
Source
The Data and Story Library (DASL) https://dasl.datadescription.com/datafile/amazon-books
[Package moderndive version 0.6.1 Index]