Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code:   DatasetGenerationCastError
Exception:    DatasetGenerationCastError
Message:      An error occurred while generating the dataset

All the data files must have the same columns, but at some point there are 2 new columns ({'ngram', 'freq'}) and 16 missing columns ({'image2_openlib', 'sample', 'image1_google', 'title', 'author', 'url1_google', 'text_length', 'full_title', 'topic', 'book_id', 'document_group', 'copyright', 'role', 'book_title', 'filename', 'url2_openlib'}).

This happened while the json dataset builder was generating data using

hf://datasets/notvenkatdasari/ibc_dashboard_v1_data/data/ngrams_json/n=1_no_stopwords=False.json (at revision 55d949d591c965711e5608789c7f5ad96602bc31), [/tmp/hf-datasets-cache/medium/datasets/33554879816324-config-parquet-and-info-notvenkatdasari-ibc_dashb-d950df4d/hub/datasets--notvenkatdasari--ibc_dashboard_v1_data/snapshots/55d949d591c965711e5608789c7f5ad96602bc31/data/IBC_metadata_v1_mini.json (origin=hf://datasets/notvenkatdasari/ibc_dashboard_v1_data@55d949d591c965711e5608789c7f5ad96602bc31/data/IBC_metadata_v1_mini.json), /tmp/hf-datasets-cache/medium/datasets/33554879816324-config-parquet-and-info-notvenkatdasari-ibc_dashb-d950df4d/hub/datasets--notvenkatdasari--ibc_dashboard_v1_data/snapshots/55d949d591c965711e5608789c7f5ad96602bc31/data/ngrams_json/n=1_no_stopwords=False.json (origin=hf://datasets/notvenkatdasari/ibc_dashboard_v1_data@55d949d591c965711e5608789c7f5ad96602bc31/data/ngrams_json/n=1_no_stopwords=False.json), /tmp/hf-datasets-cache/medium/datasets/33554879816324-config-parquet-and-info-notvenkatdasari-ibc_dashb-d950df4d/hub/datasets--notvenkatdasari--ibc_dashboard_v1_data/snapshots/55d949d591c965711e5608789c7f5ad96602bc31/data/ngrams_json/n=1_no_stopwords=True.json (origin=hf://datasets/notvenkatdasari/ibc_dashboard_v1_data@55d949d591c965711e5608789c7f5ad96602bc31/data/ngrams_json/n=1_no_stopwords=True.json), /tmp/hf-datasets-cache/medium/datasets/33554879816324-config-parquet-and-info-notvenkatdasari-ibc_dashb-d950df4d/hub/datasets--notvenkatdasari--ibc_dashboard_v1_data/snapshots/55d949d591c965711e5608789c7f5ad96602bc31/data/ngrams_json/n=2_no_stopwords=False.json (origin=hf://datasets/notvenkatdasari/ibc_dashboard_v1_data@55d949d591c965711e5608789c7f5ad96602bc31/data/ngrams_json/n=2_no_stopwords=False.json), /tmp/hf-datasets-cache/medium/datasets/33554879816324-config-parquet-and-info-notvenkatdasari-ibc_dashb-d950df4d/hub/datasets--notvenkatdasari--ibc_dashboard_v1_data/snapshots/55d949d591c965711e5608789c7f5ad96602bc31/data/ngrams_json/n=2_no_stopwords=True.json (origin=hf://datasets/notvenkatdasari/ibc_dashboard_v1_data@55d949d591c965711e5608789c7f5ad96602bc31/data/ngrams_json/n=2_no_stopwords=True.json), /tmp/hf-datasets-cache/medium/datasets/33554879816324-config-parquet-and-info-notvenkatdasari-ibc_dashb-d950df4d/hub/datasets--notvenkatdasari--ibc_dashboard_v1_data/snapshots/55d949d591c965711e5608789c7f5ad96602bc31/data/ngrams_json/n=3_no_stopwords=False.json (origin=hf://datasets/notvenkatdasari/ibc_dashboard_v1_data@55d949d591c965711e5608789c7f5ad96602bc31/data/ngrams_json/n=3_no_stopwords=False.json), /tmp/hf-datasets-cache/medium/datasets/33554879816324-config-parquet-and-info-notvenkatdasari-ibc_dashb-d950df4d/hub/datasets--notvenkatdasari--ibc_dashboard_v1_data/snapshots/55d949d591c965711e5608789c7f5ad96602bc31/data/ngrams_json/n=3_no_stopwords=True.json (origin=hf://datasets/notvenkatdasari/ibc_dashboard_v1_data@55d949d591c965711e5608789c7f5ad96602bc31/data/ngrams_json/n=3_no_stopwords=True.json)]

Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1887, in _prepare_split_single
                  writer.write_table(table)
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 675, in write_table
                  pa_table = table_cast(pa_table, self._schema)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2272, in table_cast
                  return cast_table_to_schema(table, schema)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2218, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              ngram: string
              freq: int64
              document_id: int64
              -- schema metadata --
              pandas: '{"index_columns": [], "column_indexes": [], "columns": [{"name":' + 436
              to
              {'filename': Value('string'), 'document_id': Value('int64'), 'book_id': Value('int64'), 'author': Value('string'), 'text_length': Value('int64'), 'copyright': Value('string'), 'sample': Value('int64'), 'title': Value('string'), 'book_title': Value('string'), 'full_title': Value('string'), 'document_group': Value('string'), 'topic': Value('string'), 'role': Value('string'), 'url1_google': Value('string'), 'image1_google': Value('string'), 'url2_openlib': Value('string'), 'image2_openlib': Value('string')}
              because column names don't match
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1347, in compute_config_parquet_and_info_response
                  parquet_operations = convert_to_parquet(builder)
                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
                  builder.download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 884, in download_and_prepare
                  self._download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 947, in _download_and_prepare
                  self._prepare_split(split_generator, **prepare_split_kwargs)
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1736, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1889, in _prepare_split_single
                  raise DatasetGenerationCastError.from_cast_error(
              datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
              
              All the data files must have the same columns, but at some point there are 2 new columns ({'ngram', 'freq'}) and 16 missing columns ({'image2_openlib', 'sample', 'image1_google', 'title', 'author', 'url1_google', 'text_length', 'full_title', 'topic', 'book_id', 'document_group', 'copyright', 'role', 'book_title', 'filename', 'url2_openlib'}).
              
              This happened while the json dataset builder was generating data using
              
              hf://datasets/notvenkatdasari/ibc_dashboard_v1_data/data/ngrams_json/n=1_no_stopwords=False.json (at revision 55d949d591c965711e5608789c7f5ad96602bc31), [/tmp/hf-datasets-cache/medium/datasets/33554879816324-config-parquet-and-info-notvenkatdasari-ibc_dashb-d950df4d/hub/datasets--notvenkatdasari--ibc_dashboard_v1_data/snapshots/55d949d591c965711e5608789c7f5ad96602bc31/data/IBC_metadata_v1_mini.json (origin=hf://datasets/notvenkatdasari/ibc_dashboard_v1_data@55d949d591c965711e5608789c7f5ad96602bc31/data/IBC_metadata_v1_mini.json), /tmp/hf-datasets-cache/medium/datasets/33554879816324-config-parquet-and-info-notvenkatdasari-ibc_dashb-d950df4d/hub/datasets--notvenkatdasari--ibc_dashboard_v1_data/snapshots/55d949d591c965711e5608789c7f5ad96602bc31/data/ngrams_json/n=1_no_stopwords=False.json (origin=hf://datasets/notvenkatdasari/ibc_dashboard_v1_data@55d949d591c965711e5608789c7f5ad96602bc31/data/ngrams_json/n=1_no_stopwords=False.json), /tmp/hf-datasets-cache/medium/datasets/33554879816324-config-parquet-and-info-notvenkatdasari-ibc_dashb-d950df4d/hub/datasets--notvenkatdasari--ibc_dashboard_v1_data/snapshots/55d949d591c965711e5608789c7f5ad96602bc31/data/ngrams_json/n=1_no_stopwords=True.json (origin=hf://datasets/notvenkatdasari/ibc_dashboard_v1_data@55d949d591c965711e5608789c7f5ad96602bc31/data/ngrams_json/n=1_no_stopwords=True.json), /tmp/hf-datasets-cache/medium/datasets/33554879816324-config-parquet-and-info-notvenkatdasari-ibc_dashb-d950df4d/hub/datasets--notvenkatdasari--ibc_dashboard_v1_data/snapshots/55d949d591c965711e5608789c7f5ad96602bc31/data/ngrams_json/n=2_no_stopwords=False.json (origin=hf://datasets/notvenkatdasari/ibc_dashboard_v1_data@55d949d591c965711e5608789c7f5ad96602bc31/data/ngrams_json/n=2_no_stopwords=False.json), /tmp/hf-datasets-cache/medium/datasets/33554879816324-config-parquet-and-info-notvenkatdasari-ibc_dashb-d950df4d/hub/datasets--notvenkatdasari--ibc_dashboard_v1_data/snapshots/55d949d591c965711e5608789c7f5ad96602bc31/data/ngrams_json/n=2_no_stopwords=True.json (origin=hf://datasets/notvenkatdasari/ibc_dashboard_v1_data@55d949d591c965711e5608789c7f5ad96602bc31/data/ngrams_json/n=2_no_stopwords=True.json), /tmp/hf-datasets-cache/medium/datasets/33554879816324-config-parquet-and-info-notvenkatdasari-ibc_dashb-d950df4d/hub/datasets--notvenkatdasari--ibc_dashboard_v1_data/snapshots/55d949d591c965711e5608789c7f5ad96602bc31/data/ngrams_json/n=3_no_stopwords=False.json (origin=hf://datasets/notvenkatdasari/ibc_dashboard_v1_data@55d949d591c965711e5608789c7f5ad96602bc31/data/ngrams_json/n=3_no_stopwords=False.json), /tmp/hf-datasets-cache/medium/datasets/33554879816324-config-parquet-and-info-notvenkatdasari-ibc_dashb-d950df4d/hub/datasets--notvenkatdasari--ibc_dashboard_v1_data/snapshots/55d949d591c965711e5608789c7f5ad96602bc31/data/ngrams_json/n=3_no_stopwords=True.json (origin=hf://datasets/notvenkatdasari/ibc_dashboard_v1_data@55d949d591c965711e5608789c7f5ad96602bc31/data/ngrams_json/n=3_no_stopwords=True.json)]
              
              Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

filename
string
document_id
int64
book_id
int64
author
string
text_length
int64
copyright
string
sample
int64
title
string
book_title
string
full_title
string
document_group
string
topic
string
role
string
url1_google
string
image1_google
string
url2_openlib
null
image2_openlib
null
001-BK_251_WallisJim_3.txt
1
251
Jim Wallis
85,779
2016
1
L-Wallis, Jim_America's Original Sin
America's Original Sin
America's Original Sin: Racism, White Privilege, and the Bridge to a New America
Left
race
null
https://play.google.com/store/books/details?id=dA4_CgAAQBAJ&source=gbs_api
http://books.google.com/books/content?id=dA4_CgAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
002-BK_074_WolffRichard_1.txt
2
74
Richard Wolff
48,198
2012
1
L-Wolff, Richard D-Democracy at Work
Democracy at Work
Democracy at Work: A Cure for Capitalism
Left
econ
Intellectual
http://books.google.com/books?id=-QnzAAAAQBAJ&dq=Democracy+at+Work+WolffRichard&hl=&source=gbs_api
http://books.google.com/books/content?id=-QnzAAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
003-BK_282_SavageMichael_3.txt
3
282
Michael Savage
90,111
2015
1
R-Savage, Michael_Government Zero
Government Zero
Government Zero: No Borders, No Language, No Culture
Right
culture
Commentator
http://books.google.com/books?id=dDq9BgAAQBAJ&dq=Government+Zero+SavageMichael&hl=&source=gbs_api
http://books.google.com/books/content?id=dDq9BgAAQBAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api
null
null
004-BK_055_ReichRobert_2.txt
4
55
Robert Reich
68,940
2005
1
L-Reich, Robert-Reason_ Why Liberals Will Win
Reason
Reason: Why Liberals Will Win the Battle for America
Left
null
Cabinet
http://books.google.com/books?id=wCcuUX4pYs0C&dq=Reason+ReichRobert&hl=&source=gbs_api
http://books.google.com/books/content?id=wCcuUX4pYs0C&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
005-BK_373_BootMax_1.txt
5
373
Max Boot
65,801
2018
1
N-Boot, Max - The Corrosion of Conservatism
The corrosion of conservatism
The Corrosion of Conservatism: Why I Left the Right
Neither/Both
null
null
https://play.google.com/store/books/details?id=i69gDwAAQBAJ&source=gbs_api
http://books.google.com/books/content?id=i69gDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
006-BK_444_BeckGlenn_8.txt
6
444
Glenn Beck
47,651
2009
1
Glenn Beck's Common Sense
Glenn Beck's Common Sense
Glenn Beck's Common Sense: The Case Against an Out-of-Control Government, Inspired by Thomas Paine
Right
null
Commentator
http://books.google.com/books?id=KD3HvgEACAAJ&dq=Glenn+Beck%27s+Common+Sense+BeckGlenn&hl=&source=gbs_api
http://books.google.com/books/content?id=KD3HvgEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api
null
null
007-BK_443_WalshMatt_1.txt
7
443
Matt Walsh
57,696
2020
1
Church of Cowards
Church of Cowards
Church of Cowards: A Wake-Up Call to Complacent Christians
Right
religion
null
https://play.google.com/store/books/details?id=xva7DwAAQBAJ&source=gbs_api
http://books.google.com/books/content?id=xva7DwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
008-BK_003_BakerDean_1.txt
8
3
Dean Baker
47,918
2011
1
L-Baker, Dean-The End of Loser Liberalism
The End of Loser Liberalism
The End of Loser Liberalism: Making Markets Progressive
Left
econ
null
http://books.google.com/books?id=EKRjAwAAQBAJ&dq=The+End+of+Loser+Liberalism+BakerDean&hl=&source=gbs_api
http://books.google.com/books/content?id=EKRjAwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
009-BK_152_MurrayCharles_2.txt
9
152
Charles Murray
93,923
2013
1
R-Murray, Charles-Coming Apart
Coming Apart
Coming Apart: The State of White America, 1960-2010
Right
race
Intellectual
http://books.google.com/books?id=ykqTewa8vL8C&dq=Coming+Apart+MurrayCharles&hl=&source=gbs_api
http://books.google.com/books/content?id=ykqTewa8vL8C&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
010-BK_266_FiorinaCarly_1.txt
10
266
Carly Fiorina
44,173
2015
1
R-Fiorina, Carly_Rising to the Challenge
Rising to the challenge
Rising to the Challenge: My Leadership Journey
Right
memoir
Business
https://play.google.com/store/books/details?id=o9otBQAAQBAJ&source=gbs_api
http://books.google.com/books/content?id=o9otBQAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
011-BK_188_VenkerS_SchlaflyP_1.txt
11
188
S Venker
61,527
2011
1
R-Venker & Schlafly-The Flipside of Feminism
The Flipside of Feminism
The Flipside of Feminism: What Conservative Women Know -- and Men Can't Say
Right
gender
Activist
http://books.google.com/books?id=8IqjcQAACAAJ&dq=The+Flipside+of+Feminism+VenkerS_SchlaflyP&hl=&source=gbs_api
http://books.google.com/books/content?id=8IqjcQAACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api
null
null
012-BK_455_KhannaRo_1.txt
12
455
Ro Khanna
61,033
2012
1
Entrepreneurial Nation
Entrepreneurial Nation
Entrepreneurial Nation: Why Manufacturing is Still Key to America's Future
Left
null
Congressperson
https://play.google.com/store/books/details?id=mCk7EwgRU64C&source=gbs_api
http://books.google.com/books/content?id=mCk7EwgRU64C&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
013-BK_052_ObamaBarack_2.txt
13
52
Barack Obama
61,827
2008
1
L-Obama, Barack-Change We Can Believe In
Change we can believe in
Change We Can Believe In: Barack Obama's Plan to Renew America's Promise
Left
manifesto
President
https://play.google.com/store/books/details?id=ZQMgGRBLOyQC&source=gbs_api
http://books.google.com/books/content?id=ZQMgGRBLOyQC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
014-BK_461_WattersJesse_1.txt
14
461
Jesse Watters
92,431
2021
1
How I Saved the World
How I Saved the World
How I Saved the World
Right
null
Commentator
http://books.google.com/books?id=Z9uwzgEACAAJ&dq=How+I+Saved+the+World++WattersJesse&hl=&source=gbs_api
http://books.google.com/books/content?id=Z9uwzgEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api
null
null
015-BK_151_MurrayCharles_1.txt
15
151
Charles Murray
8,865
null
null
null
null
null
null
null
null
null
null
null
null
016-BK_439_GingrichNewt_3.txt
16
439
Newt Gingrich
71,173
2013
1
Breakout
Breakout
Breakout: Pioneers of the Future, Prison Guards of the Past, and the Epic Battle That Will Decide America's Fate
Right
null
Congressperson
http://books.google.com/books?id=1SAjBQAAQBAJ&dq=Breakout+GingrichNewt&hl=&source=gbs_api
http://books.google.com/books/content?id=1SAjBQAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
017-BK_048_NaderRalph_1.txt
17
48
Ralph Nader
105,801
2012
1
L-Nader, Ralph-The Seventeen Solutions
The Seventeen Solutions
The Seventeen Solutions: Bold Ideas for Our American Future
Left
manifesto
Activist
https://play.google.com/store/books/details?id=FB7O82K9i7cC&source=gbs_api
http://books.google.com/books/content?id=FB7O82K9i7cC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
018-BK_304_StarnesTodd_3.txt
18
304
Todd Starnes
90,363
2017
1
R-Starnes, Todd_Deplorables Guide
The Deplorables' Guide to Making America Great Again
The Deplorables Guide to Making America Great Again
Right
manifesto
Commentator
http://books.google.com/books?id=0uvuDQAAQBAJ&dq=The+Deplorables%27+Guide+to+Making+America+Great+Again+StarnesTodd&hl=&source=gbs_api
http://books.google.com/books/content?id=0uvuDQAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
019-BK_107_DeaceSteve_1.txt
19
107
Steve Deace
56,538
2014
1
R-Deace, Steve-Rules for Patriots
Rules for Patriots
Rules for Patriots: How Conservatives Can Win Again
Right
null
Commentator
https://play.google.com/store/books/details?id=OPMXBgAAQBAJ&source=gbs_api
http://books.google.com/books/content?id=OPMXBgAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
020-BK_324_LuceEdward_1.txt
20
324
Edward Luce
51,062
2017
1
L-Luce, Edward_The Retreat from Western Liberalism
The Retreat of Western Liberalism
The Retreat of Western Liberalism
Left
global
Commentator
https://play.google.com/store/books/details?id=E63SDwAAQBAJ&source=gbs_api
http://books.google.com/books/content?id=E63SDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
021-BK_124_GoldbergJonah_1.txt
21
124
Jonah Goldberg
155,415
2009
1
R-Goldberg, Jonah-Liberal Fascism
Liberal Fascism
Liberal Fascism: The Secret History of the American Left, From Mussolini to the Politics of Change
Right
history
Commentator
https://play.google.com/store/books/details?id=wHihWKJE3asC&source=gbs_api
http://books.google.com/books/content?id=wHihWKJE3asC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
022-BK_259_CheneyDick_1.txt
22
259
Dick Cheney
71,873
2015
1
R-Cheney, Dick_Exceptional
Exceptional
Exceptional: Why the World Needs a Powerful America
Right
manifesto
Vice-President
http://books.google.com/books?id=vLHhmwVhKsQC&dq=Exceptional+CheneyDick&hl=&source=gbs_api
http://books.google.com/books/content?id=vLHhmwVhKsQC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
023-BK_521_CoulterAnn_14.txt
23
521
Ann Coulter
99,647
null
null
null
null
null
null
null
null
null
null
null
null
024-BK_186_TrumpDonald_1.txt
24
186
Donald Trump
52,912
2011
2
R-Trump, Donald J-Time to Get Tough
Time to Get Tough
Time to Get Tough: Make America Great Again
Right
american
President
https://play.google.com/store/books/details?id=fXL-EAAAQBAJ&source=gbs_api
http://books.google.com/books/content?id=fXL-EAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
025-BK_390_GoldbergJonah_3.txt
25
390
Jonah Goldberg
140,640
2018
2
R-Goldberg, Jonah - Suicide of the West
Summary of Jonah Goldberg's Suicide of the West
Suicide of the West: How the Rebirth of Tribalism, Nationalism, and Socialism Is Destroying American Democracy
Right
null
Commentator
http://books.google.com/books?id=LejEDwAAQBAJ&dq=Summary+of+Jonah+Goldberg%27s+Suicide+of+the+West+GoldbergJonah&hl=&source=gbs_api
http://books.google.com/books/content?id=LejEDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
026-BK_522_GingrichNewt_5.txt
26
522
Newt Gingrich
79,272
2018
2
Trump's America
Trump's America
Trump's America: The Truth about Our Nation's Great Comeback
Right
null
Congressperson
http://books.google.com/books?id=Qr1BDwAAQBAJ&dq=Trump%27s+America+GingrichNewt&hl=&source=gbs_api
http://books.google.com/books/content?id=Qr1BDwAAQBAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api
null
null
027-BK_222_RoyAvik_1.txt
27
222
Avik Roy
6,153
2013
2
R-Roy, Avik-How Medicaid Fails the Poor
How Medicaid Fails the Poor
How Medicaid Fails the Poor
Right
econ
null
https://play.google.com/store/books/details?id=6QPHEAAAQBAJ&source=gbs_api
http://books.google.com/books/content?id=6QPHEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
028-BK_041_JacobySusan_1.txt
28
41
Susan Jacoby
124,577
2009
2
L-Jacoby, Susan-The Age of American Unreason
The Age of American Unreason
The Age of American Unreason in a Culture of Lies
Left
null
null
http://books.google.com/books?id=sEeGd1hN4NwC&dq=The+Age+of+American+Unreason+JacobySusan&hl=&source=gbs_api
http://books.google.com/books/content?id=sEeGd1hN4NwC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
029-BK_149_McCarthyAndrew_1.txt
29
149
Carthy Andrew Mc
110,443
2010
2
R-McCarthy_ Andrew-Grand Jihad
The Grand Jihad
The Grand Jihad: How Islam and the Left Sabotage America
Right
religion
null
https://play.google.com/store/books/details?id=Ad-gR3i7plcC&source=gbs_api
http://books.google.com/books/content?id=Ad-gR3i7plcC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
030-BK_549_RamaswamyVivek_1.txt
30
549
Vivek Ramaswamy
96,092
2021
2
Woke, Inc.
Woke, Inc.
Woke, Inc.: Inside Corporate America's Social Justice Scam
Right
anti-left
null
https://play.google.com/store/books/details?id=QDIeEAAAQBAJ&source=gbs_api
http://books.google.com/books/content?id=QDIeEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
031-BK_464_TaylorKeeangaYamahtta_2.txt
31
464
Keeanga Yamahtta Taylor
53,434
2012
2
How We Get Free
How We Get Free
How We Get Free: Black Feminism and the Combahee River Collective
Left
race and gender
null
http://books.google.com/books?id=gs4iEQAAQBAJ&dq=How+We+Get+Free+TaylorKeeangaYamahtta&hl=&source=gbs_api
null
null
null
032-BK_129_HannitySean_2.txt
32
129
Sean Hannity
85,882
2005
2
R-Hannity, Sean-Deliver Us from Evil
Deliver Us from Evil
Deliver Us from Evil: Defeating Terrorism, Despotism, and Liberalism
Right
manifesto
Commentator
https://play.google.com/store/books/details?id=NqofILaTS4UC&source=gbs_api
http://books.google.com/books/content?id=NqofILaTS4UC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
033-BK_285_SchlaflyPhyllis_2.txt
33
285
Phyllis Schlafly
44,047
2016
2
R-Schlafly, Phyllis_The Conservative Case for Trump
The Conservative Case for Trump
The Conservative Case for Trump
Right
election
null
https://play.google.com/store/books/details?id=BOTGDAAAQBAJ&source=gbs_api
http://books.google.com/books/content?id=BOTGDAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
034-BK_426_WarrenElizabeth_3.txt
34
426
Elizabeth Warren
113,662
2014
2
A Fighting Chance
A Fighting Chance
na
Left
null
null
https://play.google.com/store/books/details?id=OSYOEAAAQBAJ&source=gbs_api
http://books.google.com/books/content?id=OSYOEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
035-BK_013_ClaiborneShane_1.txt
35
13
Shane Claiborne
77,619
2006
2
L-Claiborne, Shane-The Irresistible Revolution
The Irresistible Revolution
The Irresistible Revolution: Living as an Ordinary Radical
Left
religion
null
http://books.google.com/books?id=70hRLTVBNnAC&dq=The+Irresistible+Revolution+ClaiborneShane&hl=&source=gbs_api
http://books.google.com/books/content?id=70hRLTVBNnAC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
036-BK_044_KleinNaomi_1.txt
36
44
Naomi Klein
187,116
2007
2
L-Klein, Naomi-The Shock Doctrine
The Shock Doctrine
The Shock Doctrine: The Rise of Disaster Capitalism
Left
null
null
http://books.google.com/books?id=cpmRBAAAQBAJ&dq=The+Shock+Doctrine+KleinNaomi&hl=&source=gbs_api
http://books.google.com/books/content?id=cpmRBAAAQBAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api
null
null
037-BK_095_BuchananPat_1.txt
37
95
Pat Buchanan
137,051
2011
2
R-Buchanan, Pat-Suicide of a Superpower
Suicide of a Superpower
Suicide of a Superpower: Will America Survive to 2025?
Right
culture
Commentator
https://play.google.com/store/books/details?id=d7keqFsWjB8C&source=gbs_api
http://books.google.com/books/content?id=d7keqFsWjB8C&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
038-BK_091_BoyackConner_1.txt
38
91
Conner Boyack
103,335
2011
2
R-Boyack, Conner-Latter-day Liberty
Latter-Day Responsibility
Latter Day Liberty: A Gospel Approach to Government & Politics
Right
religion
null
http://books.google.com/books?id=Zub2huYpriwC&dq=Latter-Day+Responsibility+BoyackConner&hl=&source=gbs_api
http://books.google.com/books/content?id=Zub2huYpriwC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
039-BK_096_BuchananPat_2.txt
39
96
Pat Buchanan
78,903
2007
2
R-Buchanan, Pat-State of Emergency
State of Emergency
State of Emergency: The Third World Invasion and Conquest of America
Right
culture
Commentator
https://play.google.com/store/books/details?id=cJ65fh4D48QC&source=gbs_api
http://books.google.com/books/content?id=cJ65fh4D48QC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
040-BK_293_MichaelsWalter_1.txt
40
293
Walter Michaels
55,211
2006
2
N-Michaels, Walter Benn_The Trouble with Diversity
The Trouble with Diversity
The Trouble with Diversity: How We Learned to Love Identity and Ignore Inequality
Neither/Both
identity
null
http://books.google.com/books?id=nogfDAAAQBAJ&dq=The+Trouble+with+Diversity+MichaelsWalter&hl=&source=gbs_api
http://books.google.com/books/content?id=nogfDAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
041-BK_058_SchultzEd_1.txt
41
58
Ed Schultz
70,378
2010
2
L-Schultz, Ed-Straight Talk from the Heartland
Straight Talk from the Heartland
Straight Talk from the Heartland: Tough Talk, Common Sense, and Hope from a Former Conservative
Left
null
Commentator
https://play.google.com/store/books/details?id=JHUA5FcKKzUC&source=gbs_api
http://books.google.com/books/content?id=JHUA5FcKKzUC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
042-BK_189_ViguerieRichard_1.txt
42
189
Richard Viguerie
72,473
2014
2
R-Viguerie, Richard-Takeover
Takeover
Takeover: The 100-Year War for the Soul of the GOP and How Conservatives Can Finally Win It
Right
government
null
http://books.google.com/books?id=fy74Fuoz1toC&dq=Takeover+ViguerieRichard&hl=&source=gbs_api
http://books.google.com/books/content?id=fy74Fuoz1toC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
043-BK_162_PaulRand_2.txt
43
162
Rand Paul
62,618
2011
2
R-Paul, Rand-The Tea Party Goes to Washington
The Tea Party Goes to Washington
The Tea Party Goes to Washington
Right
null
Senator
https://play.google.com/store/books/details?id=XrsZlyTL4KkC&source=gbs_api
http://books.google.com/books/content?id=XrsZlyTL4KkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
044-BK_065_TaibbiMatt_1.txt
44
65
Matt Taibbi
137,209
2014
2
L-Taibbi, Matt-The Divide_ American Injustice
The Divide
The Divide: American Injustice in the Age of the Wealth Gap
Left
null
null
http://books.google.com/books?id=zCTvfyO9fIIC&dq=The+Divide+TaibiMatt&hl=&source=gbs_api
http://books.google.com/books/content?id=zCTvfyO9fIIC&printsec=frontcover&img=1&zoom=1&source=gbs_api
null
null
045-BK_334_YiannopoulosMilo_1.txt
45
334
Milo Yiannopoulos
70,671
2017
2
R-Yiannopoulos, Milo_Dangerous
Summary of Milo Yiannopoulos's Dangerous
Dangerous
Right
null
Opinion Media
http://books.google.com/books?id=Wd09swEACAAJ&dq=Summary+of+Milo+Yiannopoulos%27s+Dangerous+YiannopoulosMilo&hl=&source=gbs_api
http://books.google.com/books/content?id=Wd09swEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api
null
null
046-BK_060_SmileyT_WestC_1.txt
46
60
T Smiley
48,529
2012
2
L-Smiley-West-The Rich and the Rest of Us
In Defense of Uncle Tom
The Rich and the Rest of Us: A Poverty Manifesto
Left
manifesto
null
null
null
null
null
047-BK_364_ReichRobert_4.txt
47
364
Robert Reich
41,361
2018
2
L-Reich, Robert - The Common Good
The Common Good
The Common Good
Left
null
Cabinet
http://books.google.com/books?id=6D2FDwAAQBAJ&dq=The+Common+Good+ReichRobert&hl=&source=gbs_api
http://books.google.com/books/content?id=6D2FDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
048-BK_369_WhitehouseSheldon_1.txt
48
369
Sheldon Whitehouse
79,663
2017
2
L-Whitehouse, Sheldon - Captured
Captured
Captured: The Corporate Infiltration of American Democracy
Left
null
Senator
http://books.google.com/books?id=ckDtDQAAQBAJ&dq=Captured+WhitehouseSheldon&hl=&source=gbs_api
http://books.google.com/books/content?id=ckDtDQAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
049-BK_355_DelaneyJohn_1.txt
49
355
John Delaney
60,366
2018
2
L-Delaney, John - The Right Answer
The Right Answer
The Right Answer: How We Can Unify Our Divided Nation
Left
null
null
https://play.google.com/store/books/details?id=WJpLDwAAQBAJ&source=gbs_api
http://books.google.com/books/content?id=WJpLDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
050-BK_279_PavlichKatie_1.txt
50
279
Katie Pavlich
64,341
2014
2
R-Pavlich, Katie_Assault and Flattery
Assault and Flattery
Assault and Flattery: The Truth About the Left and Their War on Women
Right
gender
null
http://books.google.com/books?id=di3NBgAAQBAJ&dq=Assault+and+Flattery+PavlichKatie&hl=&source=gbs_api
http://books.google.com/books/content?id=di3NBgAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
051-BK_090_BorkRobert_1.txt
51
90
Robert Bork
137,390
1996
3
R-Bork, Robert-Slouching Towards Gomorrah
Slouching Towards Gomorrah
Slouching Towards Gomorrah: Modern Liberalism and American Decline
Right
morality
Cabinet
https://play.google.com/store/books/details?id=6mlolD4m2n8C&source=gbs_api
http://books.google.com/books/content?id=6mlolD4m2n8C&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
052-BK_305_SouthernLauren_1.txt
52
305
Lauren Southern
20,963
2016
3
R-Southern, Lauren_Barbarians
Summary of Lauren Southern's Barbarians
Barbarians: How The Baby Boomers, Immigration, and Islam Screwed my Generation
Right
identity
null
https://play.google.com/store/books/details?id=pR24EAAAQBAJ&source=gbs_api
http://books.google.com/books/content?id=pR24EAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
053-BK_072_WellstonePaul_1.txt
53
72
Paul Wellstone
63,158
2012
3
L-Wellstone, Paul-The Conscience of a Liberal
Conscience of a Liberal
The Conscience of a Liberal: Reclaiming the Compassionate Agenda
Left
manifesto
Senator
http://books.google.com/books?id=Pd8W7x61p8kC&dq=Conscience+of+a+Liberal+WellstonePaul&hl=&source=gbs_api
http://books.google.com/books/content?id=Pd8W7x61p8kC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
054-BK_394_JindalBobby_1.txt
54
394
Bobby Jindal
77,719
2015
3
R-Jindal, Bobby - American Will
American will
American Will: The Forgotten Choices That Changed Our Republic
Right
null
Governor
http://books.google.com/books?id=Pf5DCgAAQBAJ&dq=American+will+JindalBobby&hl=&source=gbs_api
http://books.google.com/books/content?id=Pf5DCgAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
055-BK_250_BookerCory_1.txt
55
250
Cory Booker
84,569
2016
3
L-Booker, Cory_United
United
United: Thoughts on Finding Common Ground and Advancing the Common Good
Left
memoir
Senator
https://play.google.com/store/books/details?id=40-ZEAAAQBAJ&source=gbs_api
http://books.google.com/books/content?id=40-ZEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
056-BK_492_SandersSarah_1.txt
56
492
Sarah Sanders
86,238
2020
3
Speaking for Myself
Speaking for Myself
Speaking for Myself: Faith, Freedom, and the Fight of Our Lives Inside the Trump White House
Right
null
Governor
http://books.google.com/books?id=uAEczgEACAAJ&dq=Speaking+for+Myself+SandersSarah&hl=&source=gbs_api
http://books.google.com/books/content?id=uAEczgEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api
null
null
057-BK_436_WaliaHarsha_1.txt
57
436
Harsha Walia
82,730
2021
3
Border and Rule
Border and Rule
Border and Rule: Global Migration, Capitalism, and the Rise of Racist Nationalism
Left
null
null
https://play.google.com/store/books/details?id=o3RkCgAAQBAJ&source=gbs_api
http://books.google.com/books/content?id=o3RkCgAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
058-BK_253_AbbottGreg_1.txt
58
253
Greg Abbott
60,908
2016
3
R-Abbott, Greg_Broken But Unbowed
Broken But Unbowed
Broken But Unbowed: The Fight to Fix a Broken America
Right
memoir
Governor
http://books.google.com/books?id=KyEgDgAAQBAJ&dq=Broken+But+Unbowed+AbbottGreg&hl=&source=gbs_api
http://books.google.com/books/content?id=KyEgDgAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
059-BK_459_SandersBernie_4.txt
59
459
Bernie Sanders
32,288
2017
3
Guide to Political Revolution
Guide to Political Revolution
Bernie Sanders Guide to Political Revolution
Left
null
Senator
https://play.google.com/store/books/details?id=WGYRDgAAQBAJ&source=gbs_api
http://books.google.com/books/content?id=WGYRDgAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
060-BK_103_CoulterAnn_2.txt
60
103
Ann Coulter
104,967
2009
3
R-Coulter, Ann-Godless
Godless
Godless: The Church of Liberalism
Right
religion
Commentator
http://books.google.com/books?id=k_3EeVj2_IUC&dq=Godless+CoulterAnn&hl=&source=gbs_api
http://books.google.com/books/content?id=k_3EeVj2_IUC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
061-BK_050_NeiwertDavid_1.txt
61
50
David Neiwert
80,573
2010
3
L-Neiwert, David-Over the Cliff
Over the cliff
Over the Cliff: How Obama's Election Drove the American Right Insane
Left
gop
null
http://books.google.com/books?id=nfT2wAEACAAJ&dq=Over+the+cliff+NeiwertDavid&hl=&source=gbs_api
http://books.google.com/books/content?id=nfT2wAEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api
null
null
062-BK_456_McCaulMichael_1.txt
62
456
Caul Michael Mc
82,297
2016
3
Failures of Imagination
Failures of Imagination
Failures of Imagination: The Deadliest Threats to Our Homeland--and How to Thwart Them
Right
null
Congressperson
http://books.google.com/books?id=qcnZCwAAQBAJ&dq=Failures+of+Imagination+McCaulMichael&hl=&source=gbs_api
http://books.google.com/books/content?id=qcnZCwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
063-BK_446_HazonyYoram_1.txt
63
446
Yoram Hazony
124,522
2022
3
Conservatism: A Rediscovery
Conservatism: A Rediscovery
Conservatism: A Rediscovery
Right
null
null
http://books.google.com/books?id=wnqp462Cj_wC&dq=Conservatism:+A+Rediscovery++HazonyYoram&hl=&source=gbs_api
http://books.google.com/books/content?id=wnqp462Cj_wC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
064-BK_482_LevinMark_7.txt
64
482
Mark Levin
56,710
2017
3
Rediscovering Americanism
Rediscovering Americanism
Rediscovering Americanism: And the Tyranny of Progressivism
Right
null
Commentator
http://books.google.com/books?id=LvLwDwAAQBAJ&dq=Rediscovering+Americanism+LevinMark&hl=&source=gbs_api
http://books.google.com/books/content?id=LvLwDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
065-BK_513_DavisAngela_2.txt
65
513
Angela Davis
52,551
2012
3
The Meaning of Freedom
The Meaning of Freedom
The Meaning of Freedom: And Other Difficult Dialogues
Left
null
Activist
http://books.google.com/books?id=fZ_-wAEACAAJ&dq=The+Meaning+of+Freedom+DavisAngela&hl=&source=gbs_api
http://books.google.com/books/content?id=fZ_-wAEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api
null
null
066-BK_416_PirroJeanine_2.txt
66
416
Jeanine Pirro
70,993
2019
3
R-Pirro, Jeanine_Radicals, Resistance, and Revenge
Radicals, Resistance, and Revenge
Radicals, Resistance, and Revenge: The Left's Plot to Remake America
Right
null
Commentator
https://play.google.com/store/books/details?id=jendDwAAQBAJ&source=gbs_api
http://books.google.com/books/content?id=jendDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
067-BK_409_WilliamsonKevin_2.txt
67
409
Kevin Williamson
74,928
2019
3
R-Williamson, Kevin D - The Smallest Minority
The Smallest Minority
The Smallest Minority: Independent Thinking in the Age of Mob Politics
Right
null
null
https://play.google.com/store/books/details?id=6niHDwAAQBAJ&source=gbs_api
http://books.google.com/books/content?id=6niHDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
068-BK_076_ChafeeLincoln_1.txt
68
76
Lincoln Chafee
65,791
2008
3
N-Chafee, Lincoln-Against the Tide
Against the Tide
Against the Tide: How a Compliant Congress Empowered a Reckless President
Neither/Both
partisansh
Senator
http://books.google.com/books?id=jQ7rAQAAQBAJ&dq=Against+the+Tide+ChafeeLincoln&hl=&source=gbs_api
http://books.google.com/books/content?id=jQ7rAQAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
069-BK_098_CarsonBen_1.txt
69
98
Ben Carson
69,539
2013
3
R-Carson, Ben-America the Beautiful
America the Beautiful
America the Beautiful: Rediscovering What Made This Nation Great
Right
american
Cabinet
https://play.google.com/store/books/details?id=xwq1wQS967YC&source=gbs_api
http://books.google.com/books/content?id=xwq1wQS967YC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
070-BK_479_SavageMichael_7.txt
70
479
Michael Savage
63,993
2020
3
Our Fight for America
Our Fight for America
Our Fight for America: The War Continues
Right
null
null
http://books.google.com/books?id=eAXeDwAAQBAJ&dq=Our+Fight+for+America+SavageMichael&hl=&source=gbs_api
http://books.google.com/books/content?id=eAXeDwAAQBAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api
null
null
071-BK_262_CoulterAnn_5.txt
71
262
Ann Coulter
55,817
2016
3
R-Coulter, Ann_In Trump We Trust
In Trump We Trust
In Trump We Trust: E Pluribus Awesome!
Right
election
null
https://play.google.com/store/books/details?id=o8QiDAAAQBAJ&source=gbs_api
http://books.google.com/books/content?id=o8QiDAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
072-BK_413_KirkCharlie_2.txt
72
413
Charlie Kirk
60,195
2020
3
R-Kirk, Charlie_The MAGA Doctrine
The MAGA Doctrine
The MAGA Doctrine: The Only Ideas That Will Win the Future
Right
null
null
http://books.google.com/books?id=DL1rzQEACAAJ&dq=The+MAGA+Doctrine+KirkCharlie&hl=&source=gbs_api
http://books.google.com/books/content?id=DL1rzQEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api
null
null
073-BK_544_GrammPhil_1.txt
73
544
Phil Gramm
76,130
2022
3
The Myth of American Inequality
The Myth of American Inequality
The Myth of American Inequality: How Government Biases Policy Debate
Right
null
Senator
https://play.google.com/store/books/details?id=z97vEAAAQBAJ&source=gbs_api
http://books.google.com/books/content?id=z97vEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
074-BK_405_SasseBen_1.txt
74
405
Ben Sasse
85,403
2018
3
R-Sasse, Ben - Them
Them
Them: Why We Hate Each Other--and How to Heal
Right
null
Senator
http://books.google.com/books?id=FwfWDwAAQBAJ&dq=Them+SasseBen&hl=&source=gbs_api
http://books.google.com/books/content?id=FwfWDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
075-BK_156_NorrisChuck_1.txt
75
156
Chuck Norris
53,737
2010
3
R-Norris, Chuck-Black Belt Patriotism
Black Belt Patriotism
Black Belt Patriotism: How to Reawaken America
Right
null
Celebrity
http://books.google.com/books?id=yMRUBAAAQBAJ&dq=Black+Belt+Patriotism+NorrisChuck&hl=&source=gbs_api
http://books.google.com/books/content?id=yMRUBAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
076-BK_338_DreherRod_2.txt
76
338
Rod Dreher
79,880
2017
4
R-Dreher, Rod_The Benedict Option
Summary of Rod Dreher's the Benedict Option
The Benedict Option: A Strategy for Christians in a Post-Christian Nation
Right
religion
null
http://books.google.com/books?id=zJFPDwAAQBAJ&dq=Summary+of+Rod+Dreher%27s+the+Benedict+Option+DreherRod&hl=&source=gbs_api
http://books.google.com/books/content?id=zJFPDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
077-BK_430_SchoenDouglas_1.txt
77
430
Douglas Schoen
140,515
2021
4
America: Unite or Die: How to Save Our Democracy
America: Unite or Die: How to Save Our Democracy
America–Unite or Die: How to Save our Democracy
Right
null
null
https://play.google.com/store/books/details?id=TmRRDwAAQBAJ&source=gbs_api
http://books.google.com/books/content?id=TmRRDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
078-BK_385_DeaceSteve_2.txt
78
385
Steve Deace
57,976
2019
4
R-Deace, Steve - Truth Bombs
Truth Bombs
Truth Bombs: Confronting the Lies Conservatives Believe (To Our Own Demise)
Right
null
null
https://play.google.com/store/books/details?id=OPMXBgAAQBAJ&source=gbs_api
http://books.google.com/books/content?id=OPMXBgAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
079-BK_248_ShiplerDavid_1.txt
79
248
David Shipler
136,601
2012
4
L-Shipler, David_Rights at Risk
Rights at Risk
Rights at Risk: The Limits of Liberty in Modern America
Left
liberty
null
http://books.google.com/books?id=LeGODQAAQBAJ&dq=Rights+at+Risk+ShiplerDavid&hl=&source=gbs_api
http://books.google.com/books/content?id=LeGODQAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
080-BK_546_SaadGad_1.txt
80
546
Gad Saad
63,274
2020
4
The Parasitic Mind
The Parasitic Mind
Parasitic Mind: How Infectious Ideas Are Killing Common Sense
Right
null
null
http://books.google.com/books?id=-7JGSpjgJ0wC&dq=The+Parasitic+Mind+SaadGad&hl=&source=gbs_api
http://books.google.com/books/content?id=-7JGSpjgJ0wC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
081-BK_543_LindsayJames_1.txt
81
543
James Lindsay
54,463
2022
4
The Marxification of Education
The Marxification of Education
The Marxification of Education: Paulo Freire's Critical Marxism and the Theft of Education
Right
null
null
http://books.google.com/books?id=gyykzwEACAAJ&dq=The+Marxification+of+Education+LindsayJames&hl=&source=gbs_api
null
null
null
082-BK_202_HarsanyiD_1.txt
82
202
D Harsanyi
51,889
2014
4
R-Harsanyi, David-The People Have Spoken and They Are Wrong
The People Have Spoken (and They Are Wrong)
The People Have Spoken (and They Are Wrong): The Case Against Democracy
Right
democracy
null
https://play.google.com/store/books/details?id=dljoAgAAQBAJ&source=gbs_api
http://books.google.com/books/content?id=dljoAgAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
083-BK_450_CoulterAnn_9.txt
83
450
Ann Coulter
101,402
2011
4
Demonic
Demonic
Demonic: How the Liberal Mob Is Endangering America
Right
null
null
https://play.google.com/store/books/details?id=NEosW4-twr4C&source=gbs_api
http://books.google.com/books/content?id=NEosW4-twr4C&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
084-BK_424_GutfeldGreg_2.txt
84
424
Greg Gutfeld
48,716
2010
4
How To Be Right
How To Be Right
How To Be Right: The Art of Being Persuasively Correct
Right
null
null
https://play.google.com/store/books/details?id=HMkOCAAAQBAJ&source=gbs_api
http://books.google.com/books/content?id=HMkOCAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
085-BK_410_BeckGlenn_5.txt
85
410
Glenn Beck
96,187
2020
4
R-Beck, Glenn_Arguing with Socialists
Arguing with Socialists
Arguing with Socialists
Right
null
Commentator
https://play.google.com/store/books/details?id=y4KnDwAAQBAJ&source=gbs_api
http://books.google.com/books/content?id=y4KnDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
086-BK_287_ScrutonRoger_1.txt
86
287
Roger Scruton
79,758
2014
4
R-Scruton, Roger_How to Be a Conservative
How to Be a Conservative
How To Be A Conservative
Right
conservatism
null
https://play.google.com/store/books/details?id=-ee-AwAAQBAJ&source=gbs_api
http://books.google.com/books/content?id=-ee-AwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
087-BK_069_WarrenElizabeth_1.txt
87
69
Elizabeth Warren
153,434
2014
4
L-Warren, Elizabeth-A Fighting Chance
[A Fighting Chance] by Elizabeth Warren FIGHTING CHANCE
A Fighting Chance
Left
null
Senator
https://play.google.com/store/books/details?id=OSYOEAAAQBAJ&source=gbs_api
http://books.google.com/books/content?id=OSYOEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
088-BK_140_KleinAaron_1.txt
88
140
Aaron Klein
62,385
2012
4
R-Klein, Aaron-Fool Me Twice
Fool me twice
Fool Me Twice: Obama's Shocking Plans for the Next Four Years Exposed
Right
dems
null
http://books.google.com/books?id=cFx_tgAACAAJ&dq=Fool+me+twice+KleinAaron&hl=&source=gbs_api
http://books.google.com/books/content?id=cFx_tgAACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api
null
null
089-BK_478_ScottTim_2.txt
89
478
Tim Scott
78,160
2020
4
Opportunity Knocks
Opportunity Knocks
Opportunity Knocks: How Hard Work, Community, and Business Can Improve Lives and End Poverty
Right
null
Senator
http://books.google.com/books?id=4hZCyAEACAAJ&dq=Opportunity+Knocks+ScottTim&hl=&source=gbs_api
http://books.google.com/books/content?id=4hZCyAEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api
null
null
090-BK_104_CoulterAnn_3.txt
90
104
Ann Coulter
100,577
2013
4
R-Coulter, Ann-Mugged_Racial Demagoguery
Mugged
Mugged: Racial Demagoguery from the Seventies to Obama
Right
race
Commentator
https://play.google.com/store/books/details?id=_h804taJWGIC&source=gbs_api
http://books.google.com/books/content?id=_h804taJWGIC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
091-BK_002_AltermanEric_1.txt
91
2
Eric Alterman
118,343
2009
4
L-Alterman, Eric-Why We're Liberals
Why We're Liberals
Why We're Liberals: A Political Handbook for Post-Bush America
Left
manifesto
null
https://play.google.com/store/books/details?id=AipntPstmY4C&source=gbs_api
http://books.google.com/books/content?id=AipntPstmY4C&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
092-BK_051_ObamaBarack_1.txt
92
51
Barack Obama
120,982
2008
4
L-Obama, Barack-The Audacity of Hope
The Audacity of Hope
The Audacity of Hope: Thoughts on Reclaiming the American Dream
Left
manifesto
President
https://play.google.com/store/books/details?id=k85pcYttpW0C&source=gbs_api
http://books.google.com/books/content?id=k85pcYttpW0C&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
093-BK_257_BollingEric_1.txt
93
257
Eric Bolling
65,962
2016
4
R-Bolling, Eric_Wake Up America
Summary of Eric Bolling's Wake up America
Wake Up America: The Nine Virtues That Made Our Nation Great--and Why We Need Them More Than Ever
Right
manifesto
Commentator
https://play.google.com/store/books/details?id=IH0_CwAAQBAJ&source=gbs_api
http://books.google.com/books/content?id=IH0_CwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
094-BK_361_KaczynskiTed_1.txt
94
361
Ted Kaczynski
143,219
2008
4
L-Kaczynski, Ted- Technological Slavery
Technological Slavery
Technological Slavery: The Collected Writings of Theodore J. Kaczynski
Left
manifesto
Intellectual
http://books.google.com/books?id=GaGpXvQ9b3YC&dq=Technological+Slavery+KaczynskiTed&hl=&source=gbs_api
http://books.google.com/books/content?id=GaGpXvQ9b3YC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
095-BK_490_HarrisKamala_2.txt
95
490
Kamala Harris
61,991
2009
4
Smart on Crime
Smart on Crime
Smart on Crime: A Career Prosecutor's Plan to Make Us Safer
Left
null
Vice-President
https://play.google.com/store/books/details?id=lTdcxnRTMUIC&source=gbs_api
http://books.google.com/books/content?id=lTdcxnRTMUIC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
096-BK_211_WilliamsonKevin_1.txt
96
211
Kevin Williamson
6,594
2012
4
R-Williamson, Kevin-The Dependency Agenda
The Dependency Agenda
The Dependency Agenda
Right
econ
null
https://play.google.com/store/books/details?id=AP4uQuNS4AUC&source=gbs_api
http://books.google.com/books/content?id=AP4uQuNS4AUC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
097-BK_473_WhitehouseSheldon_2.txt
97
473
Sheldon Whitehouse
22,581
2012
4
On Virtues
On Virtues
On Virtues: Quotations and Insight to Live a Full, Honorable, and Truly American Life
Left
null
Senator
http://books.google.com/books?id=CRUFuwAACAAJ&dq=On+Virtues+WhitehouseSheldon&hl=&source=gbs_api
http://books.google.com/books/content?id=CRUFuwAACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api
null
null
098-BK_371_WolfeAlan_1.txt
98
371
Alan Wolfe
66,933
2018
4
L-Wolfe, Alan - The Politics of Petulance
The Politics of Petulance
The Politics of Petulance: America in an Age of Immaturity
Left
null
Intellectual
http://books.google.com/books?id=WZIlEAAAQBAJ&dq=The+Politics+of+Petulance+WolfeAlan&hl=&source=gbs_api
http://books.google.com/books/content?id=WZIlEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
null
null
099-BK_397_KirkCharlie_1.txt
99
397
Charlie Kirk
91,550
2016
4
R-Kirk, Charlie - Time for a Turning Point
Time for a Turning Point
Time for a Turning Point: Setting a Course Toward Free Markets and Limited Government for Future Generations
Right
null
Activist
null
null
null
null
100-BK_452_BuckKen_1.txt
100
452
Ken Buck
37,153
2017
4
Drain the Swamp
Drain the Swamp
Drain the Swamp: How Washington Corruption is Worse than You Think
Right
null
Congressperson
null
null
null
null
End of preview.

No dataset card yet

Downloads last month
13