diff --git "a/text-classification.ipynb" "b/text-classification.ipynb" new file mode 100644--- /dev/null +++ "b/text-classification.ipynb" @@ -0,0 +1,2584 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 1, + "id": "04f8450b", + "metadata": {}, + "outputs": [], + "source": [ + "\n", + "import pandas as pd\n", + "\n", + "books = pd.read_csv(\"books_cleaned.csv\")" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "id": "ab2829de", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + " | categories | \n", + "count | \n", + "
---|---|---|
0 | \n", + "Fiction | \n", + "2111 | \n", + "
1 | \n", + "Juvenile Fiction | \n", + "390 | \n", + "
2 | \n", + "Biography & Autobiography | \n", + "311 | \n", + "
3 | \n", + "History | \n", + "207 | \n", + "
4 | \n", + "Literary Criticism | \n", + "124 | \n", + "
... | \n", + "... | \n", + "... | \n", + "
474 | \n", + "Aged women | \n", + "1 | \n", + "
475 | \n", + "Imperialism | \n", + "1 | \n", + "
476 | \n", + "Human-animal relationships | \n", + "1 | \n", + "
477 | \n", + "Amish | \n", + "1 | \n", + "
478 | \n", + "Human cloning | \n", + "1 | \n", + "
479 rows × 2 columns
\n", + "\n", + " | categories | \n", + "count | \n", + "
---|---|---|
0 | \n", + "Fiction | \n", + "2111 | \n", + "
1 | \n", + "Juvenile Fiction | \n", + "390 | \n", + "
2 | \n", + "Biography & Autobiography | \n", + "311 | \n", + "
3 | \n", + "History | \n", + "207 | \n", + "
4 | \n", + "Literary Criticism | \n", + "124 | \n", + "
5 | \n", + "Religion | \n", + "117 | \n", + "
6 | \n", + "Philosophy | \n", + "117 | \n", + "
7 | \n", + "Comics & Graphic Novels | \n", + "116 | \n", + "
8 | \n", + "Drama | \n", + "86 | \n", + "
9 | \n", + "Juvenile Nonfiction | \n", + "57 | \n", + "
10 | \n", + "Science | \n", + "56 | \n", + "
11 | \n", + "Poetry | \n", + "51 | \n", + "
\n", + " | isbn13 | \n", + "isbn10 | \n", + "title | \n", + "authors | \n", + "categories | \n", + "thumbnail | \n", + "description | \n", + "published_year | \n", + "average_rating | \n", + "num_pages | \n", + "ratings_count | \n", + "agg_of_book | \n", + "title_and_subtitle | \n", + "tagged_description | \n", + "
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
30 | \n", + "9780006646006 | \n", + "000664600X | \n", + "Ocean Star Express | \n", + "Mark Haddon;Peter Sutton | \n", + "Juvenile Fiction | \n", + "http://books.google.com/books/content?id=I2QZA... | \n", + "Joe and his parents are enjoying a summer holi... | \n", + "2002.0 | \n", + "3.50 | \n", + "32.0 | \n", + "1.0 | \n", + "23.0 | \n", + "Ocean Star Express | \n", + "9780006646006 Joe and his parents are enjoying... | \n", + "
79 | \n", + "9780020442608 | \n", + "0020442602 | \n", + "The voyage of the Dawn Treader | \n", + "Clive Staples Lewis | \n", + "Juvenile Fiction | \n", + "http://books.google.com/books/content?id=fDD3C... | \n", + "The \"Dawn Treader\" is the first ship Narnia ha... | \n", + "1970.0 | \n", + "4.09 | \n", + "216.0 | \n", + "2869.0 | \n", + "55.0 | \n", + "The voyage of the Dawn Treader | \n", + "9780020442608 The \"Dawn Treader\" is the first ... | \n", + "
85 | \n", + "9780030547744 | \n", + "0030547741 | \n", + "Where the Red Fern Grows | \n", + "Wilson Rawls | \n", + "Juvenile Fiction | \n", + "http://books.google.com/books/content?id=IHpRw... | \n", + "A young boy living in the Ozarks achieves his ... | \n", + "2000.0 | \n", + "4.37 | \n", + "288.0 | \n", + "95.0 | \n", + "25.0 | \n", + "Where the Red Fern Grows: The Story of Two Dog... | \n", + "9780030547744 A young boy living in the Ozarks... | \n", + "
86 | \n", + "9780060000141 | \n", + "0060000147 | \n", + "Poppy's Return | \n", + "Avi | \n", + "Juvenile Fiction | \n", + "http://books.google.com/books/content?id=XbcMJ... | \n", + "There's trouble at Gray House, the girlhood ho... | \n", + "2006.0 | \n", + "3.99 | \n", + "256.0 | \n", + "1086.0 | \n", + "19.0 | \n", + "Poppy's Return | \n", + "9780060000141 There's trouble at Gray House, t... | \n", + "
87 | \n", + "9780060001537 | \n", + "0060001534 | \n", + "Diary of a Spider | \n", + "Doreen Cronin | \n", + "Juvenile Fiction | \n", + "http://books.google.com/books/content?id=UWvZo... | \n", + "This is the diary ... of a spider. But don't b... | \n", + "2005.0 | \n", + "4.25 | \n", + "40.0 | \n", + "7903.0 | \n", + "20.0 | \n", + "Diary of a Spider | \n", + "9780060001537 This is the diary ... of a spide... | \n", + "
... | \n", + "... | \n", + "... | \n", + "... | \n", + "... | \n", + "... | \n", + "... | \n", + "... | \n", + "... | \n", + "... | \n", + "... | \n", + "... | \n", + "... | \n", + "... | \n", + "... | \n", + "
4845 | \n", + "9781590385814 | \n", + "1590385810 | \n", + "Fablehaven | \n", + "Brandon Mull | \n", + "Juvenile Fiction | \n", + "http://books.google.com/books/content?id=tbVIP... | \n", + "When Kendra and Seth go to stay at their grand... | \n", + "2006.0 | \n", + "4.09 | \n", + "351.0 | \n", + "111896.0 | \n", + "19.0 | \n", + "Fablehaven | \n", + "9781590385814 When Kendra and Seth go to stay ... | \n", + "
4930 | \n", + "9781596792500 | \n", + "1596792507 | \n", + "Sherlock Holmes and the Case of the Hound of t... | \n", + "Arthur Conan Doyle;Malvina G. Vogel | \n", + "Juvenile Fiction | \n", + "http://books.google.com/books/content?id=EWgWP... | \n", + "Sherlock Holmes and Dr. Watson travel to the b... | \n", + "2005.0 | \n", + "4.51 | \n", + "237.0 | \n", + "28.0 | \n", + "20.0 | \n", + "Sherlock Holmes and the Case of the Hound of t... | \n", + "9781596792500 Sherlock Holmes and Dr. Watson t... | \n", + "
4942 | \n", + "9781599900056 | \n", + "159990005X | \n", + "The Drift House | \n", + "Dale Peck | \n", + "Juvenile Fiction | \n", + "http://books.google.com/books/content?id=kbwPY... | \n", + "Sent to stay with their uncle in a ship-like h... | \n", + "2006.0 | \n", + "3.64 | \n", + "437.0 | \n", + "595.0 | \n", + "19.0 | \n", + "The Drift House: The First Voyage | \n", + "9781599900056 Sent to stay with their uncle in... | \n", + "
5010 | \n", + "9781844580514 | \n", + "1844580512 | \n", + "Attack of the Jaguar | \n", + "M. A. Harvey | \n", + "Juvenile Fiction | \n", + "http://books.google.com/books/content?id=3HUdt... | \n", + "This training manual for operatives of Xtreme ... | \n", + "2004.0 | \n", + "3.40 | \n", + "125.0 | \n", + "4.0 | \n", + "21.0 | \n", + "Attack of the Jaguar | \n", + "9781844580514 This training manual for operati... | \n", + "
5157 | \n", + "9781932416374 | \n", + "1932416374 | \n", + "The Very Persistent Gappers of Frip | \n", + "George Saunders;Lane Smith | \n", + "Juvenile Fiction | \n", + "http://books.google.com/books/content?id=xYJOP... | \n", + "A novel set in the seaside village of Frip fol... | \n", + "2006.0 | \n", + "4.11 | \n", + "84.0 | \n", + "2317.0 | \n", + "19.0 | \n", + "The Very Persistent Gappers of Frip | \n", + "9781932416374 A novel set in the seaside villa... | \n", + "
390 rows × 14 columns
\n", + "\n", + " | isbn13 | \n", + "isbn10 | \n", + "title | \n", + "authors | \n", + "categories | \n", + "thumbnail | \n", + "description | \n", + "published_year | \n", + "average_rating | \n", + "num_pages | \n", + "ratings_count | \n", + "agg_of_book | \n", + "title_and_subtitle | \n", + "tagged_description | \n", + "simple_categories | \n", + "
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0 | \n", + "9780002005883 | \n", + "0002005883 | \n", + "Gilead | \n", + "Marilynne Robinson | \n", + "Fiction | \n", + "http://books.google.com/books/content?id=KQZCP... | \n", + "A NOVEL THAT READERS and critics have been eag... | \n", + "2004.0 | \n", + "3.85 | \n", + "247.0 | \n", + "361.0 | \n", + "21.0 | \n", + "Gilead | \n", + "9780002005883 A NOVEL THAT READERS and critics... | \n", + "Fiction | \n", + "
1 | \n", + "9780002261982 | \n", + "0002261987 | \n", + "Spider's Web | \n", + "Charles Osborne;Agatha Christie | \n", + "Detective and mystery stories | \n", + "http://books.google.com/books/content?id=gA5GP... | \n", + "A new 'Christie for Christmas' -- a full-lengt... | \n", + "2000.0 | \n", + "3.83 | \n", + "241.0 | \n", + "5164.0 | \n", + "25.0 | \n", + "Spider's Web: A Novel | \n", + "9780002261982 A new 'Christie for Christmas' -... | \n", + "NaN | \n", + "
2 | \n", + "9780006178736 | \n", + "0006178731 | \n", + "Rage of angels | \n", + "Sidney Sheldon | \n", + "Fiction | \n", + "http://books.google.com/books/content?id=FKo2T... | \n", + "A memorable, mesmerizing heroine Jennifer -- b... | \n", + "1993.0 | \n", + "3.93 | \n", + "512.0 | \n", + "29532.0 | \n", + "32.0 | \n", + "Rage of angels | \n", + "9780006178736 A memorable, mesmerizing heroine... | \n", + "Fiction | \n", + "
3 | \n", + "9780006280897 | \n", + "0006280897 | \n", + "The Four Loves | \n", + "Clive Staples Lewis | \n", + "Christian life | \n", + "http://books.google.com/books/content?id=XhQ5X... | \n", + "Lewis' work on the nature of love divides love... | \n", + "2002.0 | \n", + "4.15 | \n", + "170.0 | \n", + "33684.0 | \n", + "23.0 | \n", + "The Four Loves | \n", + "9780006280897 Lewis' work on the nature of lov... | \n", + "NaN | \n", + "
4 | \n", + "9780006280934 | \n", + "0006280935 | \n", + "The Problem of Pain | \n", + "Clive Staples Lewis | \n", + "Christian life | \n", + "http://books.google.com/books/content?id=Kk-uV... | \n", + "\"In The Problem of Pain, C.S. Lewis, one of th... | \n", + "2002.0 | \n", + "4.09 | \n", + "176.0 | \n", + "37569.0 | \n", + "23.0 | \n", + "The Problem of Pain | \n", + "9780006280934 \"In The Problem of Pain, C.S. Le... | \n", + "NaN | \n", + "
\n", + " | isbn13 | \n", + "isbn10 | \n", + "title | \n", + "authors | \n", + "categories | \n", + "thumbnail | \n", + "description | \n", + "published_year | \n", + "average_rating | \n", + "num_pages | \n", + "ratings_count | \n", + "agg_of_book | \n", + "title_and_subtitle | \n", + "tagged_description | \n", + "simple_categories | \n", + "
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0 | \n", + "9780002005883 | \n", + "0002005883 | \n", + "Gilead | \n", + "Marilynne Robinson | \n", + "Fiction | \n", + "http://books.google.com/books/content?id=KQZCP... | \n", + "A NOVEL THAT READERS and critics have been eag... | \n", + "2004.0 | \n", + "3.85 | \n", + "247.0 | \n", + "361.0 | \n", + "21.0 | \n", + "Gilead | \n", + "9780002005883 A NOVEL THAT READERS and critics... | \n", + "Fiction | \n", + "
2 | \n", + "9780006178736 | \n", + "0006178731 | \n", + "Rage of angels | \n", + "Sidney Sheldon | \n", + "Fiction | \n", + "http://books.google.com/books/content?id=FKo2T... | \n", + "A memorable, mesmerizing heroine Jennifer -- b... | \n", + "1993.0 | \n", + "3.93 | \n", + "512.0 | \n", + "29532.0 | \n", + "32.0 | \n", + "Rage of angels | \n", + "9780006178736 A memorable, mesmerizing heroine... | \n", + "Fiction | \n", + "
8 | \n", + "9780006482079 | \n", + "0006482074 | \n", + "Warhost of Vastmark | \n", + "Janny Wurts | \n", + "Fiction | \n", + "http://books.google.com/books/content?id=uOL0f... | \n", + "Tricked once more by his wily half-brother, Ly... | \n", + "1995.0 | \n", + "4.03 | \n", + "522.0 | \n", + "2966.0 | \n", + "30.0 | \n", + "Warhost of Vastmark | \n", + "9780006482079 Tricked once more by his wily ha... | \n", + "Fiction | \n", + "
30 | \n", + "9780006646006 | \n", + "000664600X | \n", + "Ocean Star Express | \n", + "Mark Haddon;Peter Sutton | \n", + "Juvenile Fiction | \n", + "http://books.google.com/books/content?id=I2QZA... | \n", + "Joe and his parents are enjoying a summer holi... | \n", + "2002.0 | \n", + "3.50 | \n", + "32.0 | \n", + "1.0 | \n", + "23.0 | \n", + "Ocean Star Express | \n", + "9780006646006 Joe and his parents are enjoying... | \n", + "Children's Fiction | \n", + "
46 | \n", + "9780007121014 | \n", + "0007121016 | \n", + "Taken at the Flood | \n", + "Agatha Christie | \n", + "Fiction | \n", + "http://books.google.com/books/content?id=3gWlx... | \n", + "A Few Weeks After Marrying An Attractive Young... | \n", + "2002.0 | \n", + "3.71 | \n", + "352.0 | \n", + "8852.0 | \n", + "23.0 | \n", + "Taken at the Flood | \n", + "9780007121014 A Few Weeks After Marrying An At... | \n", + "Fiction | \n", + "
... | \n", + "... | \n", + "... | \n", + "... | \n", + "... | \n", + "... | \n", + "... | \n", + "... | \n", + "... | \n", + "... | \n", + "... | \n", + "... | \n", + "... | \n", + "... | \n", + "... | \n", + "... | \n", + "
5178 | \n", + "9781933648279 | \n", + "1933648279 | \n", + "Night Has a Thousand Eyes | \n", + "Cornell Woolrich | \n", + "Fiction | \n", + "http://books.google.com/books/content?id=3Gk6s... | \n", + "\"Cornell Woolrich's novels define the essence ... | \n", + "2007.0 | \n", + "3.77 | \n", + "344.0 | \n", + "680.0 | \n", + "18.0 | \n", + "Night Has a Thousand Eyes | \n", + "9781933648279 \"Cornell Woolrich's novels defin... | \n", + "Fiction | \n", + "
5188 | \n", + "9784770028969 | \n", + "4770028962 | \n", + "Coin Locker Babies | \n", + "村上龍 | \n", + "Fiction | \n", + "http://books.google.com/books/content?id=87DJw... | \n", + "Rescued from the lockers in which they were le... | \n", + "2002.0 | \n", + "3.75 | \n", + "393.0 | \n", + "5560.0 | \n", + "23.0 | \n", + "Coin Locker Babies | \n", + "9784770028969 Rescued from the lockers in whic... | \n", + "Fiction | \n", + "
5189 | \n", + "9788122200850 | \n", + "8122200850 | \n", + "Cry, the Peacock | \n", + "Anita Desai | \n", + "Fiction | \n", + "http://books.google.com/books/content?id=_QKwV... | \n", + "This book is the story of a young girl obsesse... | \n", + "1980.0 | \n", + "3.22 | \n", + "218.0 | \n", + "134.0 | \n", + "45.0 | \n", + "Cry, the Peacock | \n", + "9788122200850 This book is the story of a youn... | \n", + "Fiction | \n", + "
5195 | \n", + "9788185300535 | \n", + "8185300534 | \n", + "I Am that | \n", + "Sri Nisargadatta Maharaj;Sudhakar S. Dikshit | \n", + "Philosophy | \n", + "http://books.google.com/books/content?id=Fv_JP... | \n", + "This collection of the timeless teachings of o... | \n", + "1999.0 | \n", + "4.51 | \n", + "531.0 | \n", + "104.0 | \n", + "26.0 | \n", + "I Am that: Talks with Sri Nisargadatta Maharaj | \n", + "9788185300535 This collection of the timeless ... | \n", + "Nonfiction | \n", + "
5196 | \n", + "9789027712059 | \n", + "9027712050 | \n", + "The Berlin Phenomenology | \n", + "Georg Wilhelm Friedrich Hegel | \n", + "History | \n", + "http://books.google.com/books/content?id=Vy7Sk... | \n", + "Since the three volume edition ofHegel's Philo... | \n", + "1981.0 | \n", + "0.00 | \n", + "210.0 | \n", + "0.0 | \n", + "44.0 | \n", + "The Berlin Phenomenology | \n", + "9789027712059 Since the three volume edition o... | \n", + "Nonfiction | \n", + "
3743 rows × 15 columns
\n", + "\n", + " | actual_categories | \n", + "predicted_categories | \n", + "
---|---|---|
0 | \n", + "Fiction | \n", + "Fiction | \n", + "
1 | \n", + "Fiction | \n", + "Fiction | \n", + "
2 | \n", + "Fiction | \n", + "Fiction | \n", + "
3 | \n", + "Fiction | \n", + "Nonfiction | \n", + "
4 | \n", + "Fiction | \n", + "Fiction | \n", + "
... | \n", + "... | \n", + "... | \n", + "
595 | \n", + "Nonfiction | \n", + "Nonfiction | \n", + "
596 | \n", + "Nonfiction | \n", + "Fiction | \n", + "
597 | \n", + "Nonfiction | \n", + "Nonfiction | \n", + "
598 | \n", + "Nonfiction | \n", + "Nonfiction | \n", + "
599 | \n", + "Nonfiction | \n", + "Fiction | \n", + "
600 rows × 2 columns
\n", + "\n", + " | isbn13 | \n", + "predicted_categories | \n", + "
---|---|---|
0 | \n", + "9780002261982 | \n", + "Fiction | \n", + "
1 | \n", + "9780006280897 | \n", + "Nonfiction | \n", + "
2 | \n", + "9780006280934 | \n", + "Nonfiction | \n", + "
3 | \n", + "9780006380832 | \n", + "Nonfiction | \n", + "
4 | \n", + "9780006470229 | \n", + "Fiction | \n", + "
... | \n", + "... | \n", + "... | \n", + "
1449 | \n", + "9788125026600 | \n", + "Nonfiction | \n", + "
1450 | \n", + "9788171565641 | \n", + "Fiction | \n", + "
1451 | \n", + "9788172235222 | \n", + "Fiction | \n", + "
1452 | \n", + "9788173031014 | \n", + "Nonfiction | \n", + "
1453 | \n", + "9788179921623 | \n", + "Fiction | \n", + "
1454 rows × 2 columns
\n", + "\n", + " | isbn13 | \n", + "isbn10 | \n", + "title | \n", + "authors | \n", + "categories | \n", + "thumbnail | \n", + "description | \n", + "published_year | \n", + "average_rating | \n", + "num_pages | \n", + "ratings_count | \n", + "agg_of_book | \n", + "title_and_subtitle | \n", + "tagged_description | \n", + "simple_categories | \n", + "
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0 | \n", + "9780002005883 | \n", + "0002005883 | \n", + "Gilead | \n", + "Marilynne Robinson | \n", + "Fiction | \n", + "http://books.google.com/books/content?id=KQZCP... | \n", + "A NOVEL THAT READERS and critics have been eag... | \n", + "2004.0 | \n", + "3.85 | \n", + "247.0 | \n", + "361.0 | \n", + "21.0 | \n", + "Gilead | \n", + "9780002005883 A NOVEL THAT READERS and critics... | \n", + "Fiction | \n", + "
1 | \n", + "9780002261982 | \n", + "0002261987 | \n", + "Spider's Web | \n", + "Charles Osborne;Agatha Christie | \n", + "Detective and mystery stories | \n", + "http://books.google.com/books/content?id=gA5GP... | \n", + "A new 'Christie for Christmas' -- a full-lengt... | \n", + "2000.0 | \n", + "3.83 | \n", + "241.0 | \n", + "5164.0 | \n", + "25.0 | \n", + "Spider's Web: A Novel | \n", + "9780002261982 A new 'Christie for Christmas' -... | \n", + "Fiction | \n", + "
2 | \n", + "9780006178736 | \n", + "0006178731 | \n", + "Rage of angels | \n", + "Sidney Sheldon | \n", + "Fiction | \n", + "http://books.google.com/books/content?id=FKo2T... | \n", + "A memorable, mesmerizing heroine Jennifer -- b... | \n", + "1993.0 | \n", + "3.93 | \n", + "512.0 | \n", + "29532.0 | \n", + "32.0 | \n", + "Rage of angels | \n", + "9780006178736 A memorable, mesmerizing heroine... | \n", + "Fiction | \n", + "
3 | \n", + "9780006280897 | \n", + "0006280897 | \n", + "The Four Loves | \n", + "Clive Staples Lewis | \n", + "Christian life | \n", + "http://books.google.com/books/content?id=XhQ5X... | \n", + "Lewis' work on the nature of love divides love... | \n", + "2002.0 | \n", + "4.15 | \n", + "170.0 | \n", + "33684.0 | \n", + "23.0 | \n", + "The Four Loves | \n", + "9780006280897 Lewis' work on the nature of lov... | \n", + "Nonfiction | \n", + "
4 | \n", + "9780006280934 | \n", + "0006280935 | \n", + "The Problem of Pain | \n", + "Clive Staples Lewis | \n", + "Christian life | \n", + "http://books.google.com/books/content?id=Kk-uV... | \n", + "\"In The Problem of Pain, C.S. Lewis, one of th... | \n", + "2002.0 | \n", + "4.09 | \n", + "176.0 | \n", + "37569.0 | \n", + "23.0 | \n", + "The Problem of Pain | \n", + "9780006280934 \"In The Problem of Pain, C.S. Le... | \n", + "Nonfiction | \n", + "
... | \n", + "... | \n", + "... | \n", + "... | \n", + "... | \n", + "... | \n", + "... | \n", + "... | \n", + "... | \n", + "... | \n", + "... | \n", + "... | \n", + "... | \n", + "... | \n", + "... | \n", + "... | \n", + "
5192 | \n", + "9788172235222 | \n", + "8172235224 | \n", + "Mistaken Identity | \n", + "Nayantara Sahgal | \n", + "Indic fiction (English) | \n", + "http://books.google.com/books/content?id=q-tKP... | \n", + "On A Train Journey Home To North India After L... | \n", + "2003.0 | \n", + "2.93 | \n", + "324.0 | \n", + "0.0 | \n", + "22.0 | \n", + "Mistaken Identity | \n", + "9788172235222 On A Train Journey Home To North... | \n", + "Fiction | \n", + "
5193 | \n", + "9788173031014 | \n", + "8173031010 | \n", + "Journey to the East | \n", + "Hermann Hesse | \n", + "Adventure stories | \n", + "http://books.google.com/books/content?id=rq6JP... | \n", + "This book tells the tale of a man who goes on ... | \n", + "2002.0 | \n", + "3.70 | \n", + "175.0 | \n", + "24.0 | \n", + "23.0 | \n", + "Journey to the East | \n", + "9788173031014 This book tells the tale of a ma... | \n", + "Nonfiction | \n", + "
5194 | \n", + "9788179921623 | \n", + "817992162X | \n", + "The Monk Who Sold His Ferrari: A Fable About F... | \n", + "Robin Sharma | \n", + "Health & Fitness | \n", + "http://books.google.com/books/content?id=c_7mf... | \n", + "Wisdom to Create a Life of Passion, Purpose, a... | \n", + "2003.0 | \n", + "3.82 | \n", + "198.0 | \n", + "1568.0 | \n", + "22.0 | \n", + "The Monk Who Sold His Ferrari: A Fable About F... | \n", + "9788179921623 Wisdom to Create a Life of Passi... | \n", + "Fiction | \n", + "
5195 | \n", + "9788185300535 | \n", + "8185300534 | \n", + "I Am that | \n", + "Sri Nisargadatta Maharaj;Sudhakar S. Dikshit | \n", + "Philosophy | \n", + "http://books.google.com/books/content?id=Fv_JP... | \n", + "This collection of the timeless teachings of o... | \n", + "1999.0 | \n", + "4.51 | \n", + "531.0 | \n", + "104.0 | \n", + "26.0 | \n", + "I Am that: Talks with Sri Nisargadatta Maharaj | \n", + "9788185300535 This collection of the timeless ... | \n", + "Nonfiction | \n", + "
5196 | \n", + "9789027712059 | \n", + "9027712050 | \n", + "The Berlin Phenomenology | \n", + "Georg Wilhelm Friedrich Hegel | \n", + "History | \n", + "http://books.google.com/books/content?id=Vy7Sk... | \n", + "Since the three volume edition ofHegel's Philo... | \n", + "1981.0 | \n", + "0.00 | \n", + "210.0 | \n", + "0.0 | \n", + "44.0 | \n", + "The Berlin Phenomenology | \n", + "9789027712059 Since the three volume edition o... | \n", + "Nonfiction | \n", + "
5197 rows × 15 columns
\n", + "\n", + " | isbn13 | \n", + "isbn10 | \n", + "title | \n", + "authors | \n", + "categories | \n", + "thumbnail | \n", + "description | \n", + "published_year | \n", + "average_rating | \n", + "num_pages | \n", + "ratings_count | \n", + "agg_of_book | \n", + "title_and_subtitle | \n", + "tagged_description | \n", + "simple_categories | \n", + "
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
24 | \n", + "9780006513087 | \n", + "0006513085 | \n", + "Gravity | \n", + "Tess Gerritsen | \n", + "Science fiction | \n", + "http://books.google.com/books/content?id=KI66c... | \n", + "Emma Watson a research physician has been trai... | \n", + "2004.0 | \n", + "4.04 | \n", + "342.0 | \n", + "8024.0 | \n", + "21.0 | \n", + "Gravity | \n", + "9780006513087 Emma Watson a research physician... | \n", + "Nonfiction | \n", + "
475 | \n", + "9780099410355 | \n", + "0099410354 | \n", + "Traitor | \n", + "Matthew Woodring Stover | \n", + "Science fiction | \n", + "http://books.google.com/books/content?id=VbICO... | \n", + "From the depths of catastrophe, a glimmer of h... | \n", + "2002.0 | \n", + "4.00 | \n", + "320.0 | \n", + "6765.0 | \n", + "23.0 | \n", + "Traitor | \n", + "9780099410355 From the depths of catastrophe, ... | \n", + "Fiction | \n", + "
478 | \n", + "9780099422341 | \n", + "0099422344 | \n", + "Yeats is Dead! | \n", + "Joseph O'Connor | \n", + "Comedy | \n", + "http://books.google.com/books/content?id=DrE3I... | \n", + "In aid of Amnesty International, this is a bri... | \n", + "2002.0 | \n", + "3.39 | \n", + "298.0 | \n", + "34.0 | \n", + "23.0 | \n", + "Yeats is Dead!: A Novel by Fifteen Irish Writers | \n", + "9780099422341 In aid of Amnesty International,... | \n", + "Fiction | \n", + "
491 | \n", + "9780099446729 | \n", + "0099446723 | \n", + "Blackwood Farm | \n", + "Anne Rice | \n", + "Horror | \n", + "http://books.google.com/books/content?id=cIn8T... | \n", + "Lestat Is Back, Saviour And Demon, Presiding O... | \n", + "2003.0 | \n", + "3.86 | \n", + "774.0 | \n", + "26145.0 | \n", + "22.0 | \n", + "Blackwood Farm | \n", + "9780099446729 Lestat Is Back, Saviour And Demo... | \n", + "Fiction | \n", + "
1090 | \n", + "9780261102422 | \n", + "0261102427 | \n", + "The Silmarillion | \n", + "John Ronald Reuel Tolkien | \n", + "Fantasy | \n", + "http://books.google.com/books/content?id=22ePu... | \n", + "Tolkien's Silmarillion is the core work of the... | \n", + "1999.0 | \n", + "3.91 | \n", + "384.0 | \n", + "253.0 | \n", + "26.0 | \n", + "The Silmarillion | \n", + "9780261102422 Tolkien's Silmarillion is the co... | \n", + "Fiction | \n", + "
1435 | \n", + "9780340837955 | \n", + "0340837950 | \n", + "Stranger in a Strange Land | \n", + "Robert A. Heinlein | \n", + "Science fiction | \n", + "http://books.google.com/books/content?id=ZQhiP... | \n", + "Epic, entertaining, Stranger in a Strange Land... | \n", + "2005.0 | \n", + "3.92 | \n", + "672.0 | \n", + "563.0 | \n", + "20.0 | \n", + "Stranger in a Strange Land | \n", + "9780340837955 Epic, entertaining, Stranger in ... | \n", + "Fiction | \n", + "
1439 | \n", + "9780345251220 | \n", + "0345251229 | \n", + "Visions from Nowhere | \n", + "William Arrow | \n", + "Science fiction | \n", + "NaN | \n", + "The first novel in the series, \"Return to the ... | \n", + "1976.0 | \n", + "3.23 | \n", + "183.0 | \n", + "10.0 | \n", + "49.0 | \n", + "Visions from Nowhere | \n", + "9780345251220 The first novel in the series, \"... | \n", + "Fiction | \n", + "
2845 | \n", + "9780575075597 | \n", + "0575075597 | \n", + "Replay | \n", + "Ken Grimwood | \n", + "Fantasy | \n", + "http://books.google.com/books/content?id=9vmNP... | \n", + "At forty-three Jeff Winston is tired of his lo... | \n", + "2005.0 | \n", + "4.16 | \n", + "272.0 | \n", + "412.0 | \n", + "20.0 | \n", + "Replay | \n", + "9780575075597 At forty-three Jeff Winston is t... | \n", + "Fiction | \n", + "
2860 | \n", + "9780590254762 | \n", + "0590254766 | \n", + "The lion, the witch and the wardrobe | \n", + "Clive Staples Lewis | \n", + "Fantasy | \n", + "NaN | \n", + "Four English school children enter the magic l... | \n", + "1995.0 | \n", + "4.21 | \n", + "189.0 | \n", + "860.0 | \n", + "30.0 | \n", + "The lion, the witch and the wardrobe | \n", + "9780590254762 Four English school children ent... | \n", + "Nonfiction | \n", + "
3288 | \n", + "9780739423851 | \n", + "0739423851 | \n", + "Wizard's Castle | \n", + "Diana Wynne Jones | \n", + "Fantasy | \n", + "http://books.google.com/books/content?id=hB7hA... | \n", + "Howl's moving castle - Eldest of three sisters... | \n", + "2002.0 | \n", + "4.44 | \n", + "376.0 | \n", + "439.0 | \n", + "23.0 | \n", + "Wizard's Castle | \n", + "9780739423851 Howl's moving castle - Eldest of... | \n", + "Fiction | \n", + "
3289 | \n", + "9780739439708 | \n", + "0739439707 | \n", + "Time Quartet | \n", + "Madeleine L'Engle | \n", + "Science fiction | \n", + "NaN | \n", + "Blending magic with quantum physics, Madeleine... | \n", + "2003.0 | \n", + "4.35 | \n", + "646.0 | \n", + "165.0 | \n", + "22.0 | \n", + "Time Quartet | \n", + "9780739439708 Blending magic with quantum phys... | \n", + "Fiction | \n", + "
3563 | \n", + "9780760728505 | \n", + "076072850X | \n", + "20,000 Leagues Under the Sea | \n", + "Jules Verne | \n", + "Science fiction | \n", + "NaN | \n", + "Retells the adventures of a French professor a... | \n", + "2002.0 | \n", + "3.88 | \n", + "394.0 | \n", + "135778.0 | \n", + "23.0 | \n", + "20,000 Leagues Under the Sea | \n", + "9780760728505 Retells the adventures of a Fren... | \n", + "Fiction | \n", + "
4483 | \n", + "9781416502043 | \n", + "1416502041 | \n", + "The Voyage of the Jerle Shannara Trilogy | \n", + "Terry Brooks | \n", + "Fantasy | \n", + "http://books.google.com/books/content?id=jqVsA... | \n", + "When the body of a half-drowned elf is found f... | \n", + "2004.0 | \n", + "4.26 | \n", + "1260.0 | \n", + "84.0 | \n", + "21.0 | \n", + "The Voyage of the Jerle Shannara Trilogy | \n", + "9781416502043 When the body of a half-drowned ... | \n", + "Fiction | \n", + "
4979 | \n", + "9781841494081 | \n", + "1841494089 | \n", + "The Darkness that Comes Before | \n", + "R. Scott Bakker | \n", + "Fantasy | \n", + "http://books.google.com/books/content?id=BG8qG... | \n", + "A score of centuries has passed since the Firs... | \n", + "2005.0 | \n", + "3.79 | \n", + "638.0 | \n", + "317.0 | \n", + "20.0 | \n", + "The Darkness that Comes Before | \n", + "9781841494081 A score of centuries has passed ... | \n", + "Nonfiction | \n", + "
5040 | \n", + "9781857231359 | \n", + "185723135X | \n", + "Use of Weapons | \n", + "Iain Banks | \n", + "Science fiction | \n", + "NaN | \n", + "The man known as Cheradenine Zakalwe was one o... | \n", + "1992.0 | \n", + "4.19 | \n", + "411.0 | \n", + "30779.0 | \n", + "33.0 | \n", + "Use of Weapons | \n", + "9781857231359 The man known as Cheradenine Zak... | \n", + "Nonfiction | \n", + "
5057 | \n", + "9781857989342 | \n", + "1857989341 | \n", + "The Gods Themselves | \n", + "Isaac Asimov | \n", + "Science fiction | \n", + "http://books.google.com/books/content?id=8ClIP... | \n", + "In the year 2100, mankind on Earth, settlers i... | \n", + "2000.0 | \n", + "4.09 | \n", + "288.0 | \n", + "41304.0 | \n", + "25.0 | \n", + "The Gods Themselves | \n", + "9781857989342 In the year 2100, mankind on Ear... | \n", + "Fiction | \n", + "