Top 270 Computer Science / Programing Books
High rated book information in the field of computer science and programing
@kaggle.thomaskonstantin_top_270_rated_computer_science_progra_ca08f5ca
High rated book information in the field of computer science and programing
@kaggle.thomaskonstantin_top_270_rated_computer_science_progra_ca08f5ca
This dataset holds a list of 270 books in the field of computer science and programming related topics.
The list of books was constructed using many popular websites which provide information on book ratings an of all the book in those websites the 270 most popular were selected.
Inside that dataset, you will find general information about the book including the number of pages in the book, the book types, the book descriptions, and the book prices.
CREATE TABLE prog_book (
"rating" DOUBLE,
"reviews" BIGINT,
"book_title" VARCHAR,
"description" VARCHAR,
"number_of_pages" BIGINT,
"type" VARCHAR,
"price" DOUBLE
);Anyone who has the link will be able to view this.